You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now archiver is hardcoded to run at startup, then 00:01 UTC every day after that.
A couple problems:
We'd like to optionally be able to schedule the archiving off of peak times (for us would be more like 06:00-07:00 UTC)
The naptime calculations appear to be wrong- it's calculating to sleep from the start time, not from now. So the archive time drifts by as long as it took to archive that day.
If you're fine with it, I'd like to put a PR in to add an optional start time config item as well as fix the nap calculation.
The text was updated successfully, but these errors were encountered:
Right now archiver is hardcoded to run at startup, then 00:01 UTC every day after that.
A couple problems:
naptime
calculations appear to be wrong- it's calculating to sleep from the start time, not from now. So the archive time drifts by as long as it took to archive that day.If you're fine with it, I'd like to put a PR in to add an optional start time config item as well as fix the nap calculation.
The text was updated successfully, but these errors were encountered: