Skip to content

Commit

Permalink
Enable retry of cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-cologne authored Jun 20, 2019
1 parent 27bf26c commit 9fe6a55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ cron:
- description: "hourly CryptoStatus update"
url: /cryptostatus/hourly
schedule: every 1 hours synchronized
retry_parameters:
min_backoff_seconds: 60
max_backoff_seconds: 180
job_retry_limit: 2
job_age_limit: 5m

0 comments on commit 9fe6a55

Please sign in to comment.