Errors when workers have been idle for one hour #660
Unanswered
hyrefeldt-ourstudio
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Hmm, I don't think we have any timeouts that would align with this. On the notifier's listen connection, we're also pinging every 5 seconds to maintain connection liveness. I'm wondering if this might be a setting at either the Out of curiosity, have you tried inserting a no-op periodic job on a 55 minute cadence (using periodic jobs) to see if it makes this error go away? Or you could periodically execute a query to |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm using the Golang SDK v0.11.4 and I get these errors from Riverqueue
It seems like they happen when the worker has been idle for one hour because the last error message seems to be exactly one hour before these start to occur. And after that, they happen every hour if there are no jobs still.
I'm using this configuration:
I have tried to find examples of this error and have tried to find hints in the documentation on how the client can be configured but with no success. Would appreciate some help on this.
BR
Johan Hyrefeldt
Beta Was this translation helpful? Give feedback.
All reactions