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
Over the weekend we had a situation where Feb 1 and Feb 2 failed. I then fixed+reran Feb 1 but forgot about Feb 2, so they ran in this order: Feb 1 -> Feb 3 -> Feb 2. It resulted in a bunch of new anomalous ranges that start on Feb 3 with the old ones ending on Feb 3.
We can fix this by:
adding depends_on_past=True to that task
manually combining those ranges.
The text was updated successfully, but these errors were encountered:
Over the weekend we had a situation where Feb 1 and Feb 2 failed. I then fixed+reran Feb 1 but forgot about Feb 2, so they ran in this order: Feb 1 -> Feb 3 -> Feb 2. It resulted in a bunch of new anomalous ranges that start on Feb 3 with the old ones ending on Feb 3.
We can fix this by:
depends_on_past=True
to that taskThe text was updated successfully, but these errors were encountered: