diff --git a/.changeset/angry-shirts-fry.md b/.changeset/angry-shirts-fry.md new file mode 100644 index 0000000..bf9325d --- /dev/null +++ b/.changeset/angry-shirts-fry.md @@ -0,0 +1,5 @@ +--- +"comet-api-v1": patch +--- + +Fix schedule for blck-indx-mgrt-blks job to really never run diff --git a/charts/comet-api-v1/values.yaml b/charts/comet-api-v1/values.yaml index 2afd740..ad33f40 100644 --- a/charts/comet-api-v1/values.yaml +++ b/charts/comet-api-v1/values.yaml @@ -104,7 +104,7 @@ cronJobs: blck-indx-mgrt-blks: enabled: true command: "npm run console:prod migrateBlocks && npm run console:prod createBlockIndexViews" - schedule: "0 0 30 2 0" # 30th of February, will never run automatically + schedule: "0 0 30 2 *" # 30th of February, will never run automatically activeDeadlineSeconds: 1200 additionalLabels: {} additionalPodLabels: {}