Skip to content

Commit

Permalink
Merge pull request #332 from epapbak/run_once_per_day
Browse files Browse the repository at this point in the history
Run the cleaner once per day at 12PM
  • Loading branch information
epapbak authored Jul 18, 2024
2 parents bd784e3 + 856ebf2 commit 4f60957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ parameters:
value: "false"
- name: JOB_SCHEDULE
description: When the cronjob runs
value: "1 */1 * * *"
value: "0 12 * * *"
- name: CPU_LIMIT
description: Cpu limit of service
value: 500m
Expand Down

0 comments on commit 4f60957

Please sign in to comment.