Skip to content

Commit

Permalink
Downscale cron job completions, enable cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Nov 15, 2023
1 parent 0f5eca3 commit 8565d86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm/archive-query-log/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ image: ghcr.io/webis-de/archive-query-log
sourcesBuild:
enabled: true
schedule: "0 4 * * 2,4"
completions: 50
completions: 10
parallelism: 10
backoffLimit: 25
ttlMinutesAfterFinished: 15

capturesFetch:
enabled: true
schedule: "* * * * *"
completions: 50
completions: 10
parallelism: 10
backoffLimit: 25
ttlMinutesAfterFinished: 5
Expand All @@ -26,9 +26,9 @@ capturesImportAql22:
ttlMinutesAfterFinished: 15

serpsParseUrlQuery:
enabled: false
enabled: true
schedule: "* * * * *"
completions: 50
completions: 10
parallelism: 10
backoffLimit: 25
ttlMinutesAfterFinished: 5
Expand Down

0 comments on commit 8565d86

Please sign in to comment.