Skip to content

Commit

Permalink
Breaking: Change defaults for retryInterval and maximumNumberOfReleases
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Jul 14, 2020
1 parent 8449f12 commit 278cc75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Configuration/Settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Unikka:
apiKey: 'sQjSRy8WGaWo6d5dCDcGQ8Su1OxFY3'
apiSecret: 'f6VtvhwxhIX3HxBINlM9yxLQZ1rzHi'
maximumWaitingTime: 30
retryInterval: 1
retryInterval: 15
defaultOptions:
format: 'jpg'

Expand All @@ -22,7 +22,7 @@ Flowpack:
queues:
'filepreview-queue':
className: 'Flowpack\JobQueue\Doctrine\Queue\DoctrineQueue'
maximumNumberOfReleases: 10
maximumNumberOfReleases: 3
executeIsolated: true
options:
defaultTimeout: 50
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Unikka:
apiKey: 'key'
apiSecret: 'secret'
maximumWaitingTime: 30
retryInterval: 1
retryInterval: 15
defaultOptions:
format: 'jpg'
```
Expand Down

0 comments on commit 278cc75

Please sign in to comment.