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
As users continue reporting missing changesets, one possible improvement would be to have a daily cronjob command that would run daily at 1:00 AM and backfill the missing changesets of the previous day.
The command would be python manage.py backfill_changesets previous_day current_day. The dates should be in the YYYY-MM-DD format.
The text was updated successfully, but these errors were encountered:
As users continue reporting missing changesets, one possible improvement would be to have a daily cronjob command that would run daily at 1:00 AM and backfill the missing changesets of the previous day.
The command would be
python manage.py backfill_changesets previous_day current_day
. The dates should be in theYYYY-MM-DD
format.The text was updated successfully, but these errors were encountered: