Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(nimbus): change pop sizing task to crontab scheduling (#11852)
Because - Tasks with integer-based scheduling first fire <integer> seconds after the latest deploy - Pop sizing fetch task is scheduled for 24 hours - We often have multiple deployments per day, so 24 hours after the latest deploy will usually not occur until the weekend This commit - changes the scheduling to use crontab so that the task will fire at 06:00 UTC every day regardless of deployments Fixes #11851
- Loading branch information