Skip to content
New issue

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

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

Already on GitHub? # to your account

[11.x] Using Correct Concurrency Configuration Index Name #52788

Conversation

devajmeireles
Copy link
Contributor

This PR aims to fix the following issue: the Concurrency facade was released with the configuration:

// ...

'driver' => env('CONCURRENCY_DRIVER', 'process'),

... but internally the ConcurrencyManager is trying to get the concurrency.default instead of concurrency.driver, which causes we can't change the driver.

@devajmeireles devajmeireles changed the title [Fix] Using Correct Concurrency Configuration Index Name [11.x] Using Correct Concurrency Configuration Index Name Sep 14, 2024
@taylorotwell taylorotwell merged commit fbef34c into laravel:11.x Sep 16, 2024
33 checks passed
@devajmeireles devajmeireles deleted the feat/fixing-concurrency-driver-config-name branch September 16, 2024 14:43
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants