From 3ac3ed0916693f64e37b335dde11ef318d92f8ff Mon Sep 17 00:00:00 2001 From: Sylvain Lesage Date: Thu, 14 Mar 2024 14:11:53 +0100 Subject: [PATCH] Force backfill (#2592) * Revert "retry all PreviousStepSOMETHING (#2589)" This reverts commit 7f9d1048e1dae6ced830f8b59c1f9d8b84b5b1c8. * force a backfill soon --- chart/env/prod.yaml | 2 +- libs/libcommon/src/libcommon/constants.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index 1756278d0f..04f8fc21f0 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -198,7 +198,7 @@ backfill: log: level: "debug" action: "backfill" - schedule: "45 21 * * *" + schedule: "30 13 * * *" # every day nodeSelector: role-datasets-server: "true" diff --git a/libs/libcommon/src/libcommon/constants.py b/libs/libcommon/src/libcommon/constants.py index 345aae8468..1e301aec06 100644 --- a/libs/libcommon/src/libcommon/constants.py +++ b/libs/libcommon/src/libcommon/constants.py @@ -42,8 +42,6 @@ "ExternalServerError", "JobManagerCrashedError", "LockedDatasetTimeoutError", - "PreviousStepFormatError", - "PreviousStepStatusError", "PreviousStepStillProcessingError", "StreamingRowsError", }