Skip to content

Commit

Permalink
Fix schedule for blck-indx-mgrt-blks job to really never run (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schreglmann authored Jul 31, 2024
1 parent d7e5f67 commit d07eb54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/angry-shirts-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"comet-api-v1": patch
---

Fix schedule for blck-indx-mgrt-blks job to really never run
2 changes: 1 addition & 1 deletion charts/comet-api-v1/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down

0 comments on commit d07eb54

Please sign in to comment.