Too many connections Issue in Laravel Vapor when regenerating thumbnails #3602
Unanswered
prakhargvp
asked this question in
Q&A
Replies: 1 comment
-
Set some limit on queue concurrency in your vapor.yml e.g. queue-concurrency: 50 Make sure this number is lower than your maximum number of database connections Vapor sees a bunch of jobs in the queue and launches lambdas to handle them. It has no idea when it might exceed your db connection limit |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
php artisan media-library:regenerate
Beta Was this translation helpful? Give feedback.
All reactions