Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[develop] Support worker max-time and max-jobs #860

Merged
merged 2 commits into from
Jul 9, 2020

Conversation

themsaid
Copy link
Member

@themsaid themsaid commented Jul 9, 2020

This PR adds support for max_time and max_jobs:

'supervisor-1' => [
    'connection' => 'redis',
    'queue' => ['deployments', 'notifications'],
    'balance' => 'auto',
    'min_processes' => 1,
    'max_processes' => 10,
    'max_time' => 10000,
    'max_jobs' => 10000,
    'tries' => 1,
],

@taylorotwell taylorotwell merged commit d62993d into laravel:develop Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants