Skip to content

Commit

Permalink
Fix cron expression
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Jan 28, 2025
1 parent 3ccc893 commit ec166cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/studio/templates/job-studio-datachain-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
{{- include "studio-datachain-worker.labels" . | nindent 4 }}
spec:
suspend: true # this CronJob will never run; it's just a Job template
schedule: "0 0 0 0 0"
schedule: "* * * * *"
jobTemplate:
spec:
activeDeadlineSeconds: {{ (.Values.studioDatachainWorkerJobTemplate).activeDeadlineSeconds }}
Expand Down

0 comments on commit ec166cb

Please sign in to comment.