From fefb945bc40060e3960786f4e8636f0ccc5b54d0 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Sat, 12 Oct 2024 00:08:52 +0200 Subject: [PATCH] Disable NbpSyncAllJob We currently lack valid credentials to push changes, so that we don't want to execute the job regularly. --- config/recurring.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/recurring.yml b/config/recurring.yml index dced05bc5..a8ed9641a 100644 --- a/config/recurring.yml +++ b/config/recurring.yml @@ -7,6 +7,7 @@ # command: "SoftDeletedRecord.due.delete_all" # priority: 2 # schedule: at 5am every day -nbp_sync_all_job: - class: NbpSyncAllJob - schedule: at 3am every day +# +# nbp_sync_all_job: +# class: NbpSyncAllJob +# schedule: at 3am every day