-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Worker Cache does not get updated if worker crashes #113
Comments
The cache has a 5 minute TTL so it should drop eventually, right? I'm not sure how else we can drop it. Let's keep this open in case one of us gets an idea 💡 |
ah right, but it's 1 hour not 5 minutes, right? |
Ah yes, you're right. I don't think we want to reduce it too much as there could be long running jobs that could trigger cause the worker to be dropped. An hour seems long though... |
I just remembered this ttl can be configured. |
👍 |
Hi,
Unsure if this is solvable but the worker cache becomes incorrect/stale if a worker crashes.
The Symfony Worker doesn't dispatch an event for this.
Can you think of a way to solve this?
Thanks
The text was updated successfully, but these errors were encountered: