Skip to content

Comments

feat(nimbus): expire preview after 30 days#13960

Merged
jaredlockhart merged 1 commit intomainfrom
8542
Nov 14, 2025
Merged

feat(nimbus): expire preview after 30 days#13960
jaredlockhart merged 1 commit intomainfrom
8542

Conversation

@jaredlockhart
Copy link
Collaborator

Becuase

  • Users can push recipes to preview but forget to remove them
  • Over time a growing number of recipes live in the preview collection
  • This can cause testing in preview to become difficult if recipes collide or untentionally enroll
  • We should expire recipes out of preview after 30 days

This commit

  • Adds a step to the preview sync task to expire experiments that have been in preview for more than 30 days

fixes #8542

Becuase

* Users can push recipes to preview but forget to remove them
* Over time a growing number of recipes live in the preview collection
* This can cause testing in preview to become difficult if recipes collide or untentionally enroll
* We should expire recipes out of preview after 30 days

This commit

* Adds a step to the preview sync task to expire experiments that have been in preview for more than 30 days

fixes #8542
@jaredlockhart jaredlockhart added this pull request to the merge queue Nov 14, 2025
Merged via the queue into main with commit b6dd8cd Nov 14, 2025
16 checks passed
@jaredlockhart jaredlockhart deleted the 8542 branch November 14, 2025 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move issues out of preview after a set time period

2 participants