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

Database Connect Becomes Stale in Long Running Queue Processes #191

Closed
timnolte opened this issue Aug 1, 2016 · 3 comments
Closed

Database Connect Becomes Stale in Long Running Queue Processes #191

timnolte opened this issue Aug 1, 2016 · 3 comments
Labels

Comments

@timnolte
Copy link

timnolte commented Aug 1, 2016

Using Laravel 5.1 I've got jobs running under Supervisord and the Oracle connections go stale and start failing causing all jobs to end up failing. Seems there needs to be a more automated process to refresh the connections. See the Laravel issue (laravel/framework#5311) for reference details. Seems they fixed this for MySQL/MariaDB connections as we don't have any problems with the MySQL/MariaDB queries happening in the same jobs.

@yajra
Copy link
Owner

yajra commented Aug 5, 2016

@timnolte do you have any ref on which commit the fix was done? Or this maybe related to the queuing part of Laravel that I think is part of L5.3 updates? I think I've read somewhere that queuing was improved.

Anyways, will try to check if I can replicate the issue. But if you can, please submit a PR for a fix. Thanks!

@github-actions
Copy link

github-actions bot commented Dec 7, 2022

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Dec 7, 2022
@github-actions
Copy link

This issue was closed because it has been inactive for 7 days since being marked as stale.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants