Skip to content

Commit

Permalink
RHINENG-10032: update repack job schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
Dugowitch authored and psegedy committed Sep 19, 2024
1 parent 76650e0 commit 5655bc6
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 @@ -622,7 +622,7 @@ parameters:
- {name: ADVISORY_REFRESH_SCHEDULE, value: '*/15 * * * *'} # Cronjob schedule definition
- {name: ADVISORY_REFRESH_SUSPEND, value: 'true'} # Disable cronjob execution
# Repack
- {name: REPACK_SCHEDULE, value: '0 11 * * 1'} # Cronjob schedule definition
- {name: REPACK_SCHEDULE, value: '0 11 * * 5'} # Cronjob schedule definition
- {name: REPACK_SUSPEND, value: 'false'} # Disable cronjob execution


Expand Down

0 comments on commit 5655bc6

Please sign in to comment.