Skip to content

Commit

Permalink
Force backfill (#2592)
Browse files Browse the repository at this point in the history
* Revert "retry all PreviousStepSOMETHING (#2589)"

This reverts commit 7f9d104.

* force a backfill soon
  • Loading branch information
severo authored Mar 14, 2024
1 parent 53da18c commit 3ac3ed0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion chart/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ backfill:
log:
level: "debug"
action: "backfill"
schedule: "45 21 * * *"
schedule: "30 13 * * *"
# every day
nodeSelector:
role-datasets-server: "true"
Expand Down
2 changes: 0 additions & 2 deletions libs/libcommon/src/libcommon/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
"ExternalServerError",
"JobManagerCrashedError",
"LockedDatasetTimeoutError",
"PreviousStepFormatError",
"PreviousStepStatusError",
"PreviousStepStillProcessingError",
"StreamingRowsError",
}
Expand Down

0 comments on commit 3ac3ed0

Please sign in to comment.