You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I would like to implement an health check for Solid Queue, but it seems difficult to check pidfile of the supervisor in a container context.
I am wondering if the polling of SolidQueue::Process#last_heartbeat_at column should the good way to check health of Solid Queue, what do you think of it ?
Thanks.
The text was updated successfully, but these errors were encountered:
Hey @tchukuchuk, so sorry for the delay! I totally missed this one 😓
The last_heartbeat_at column could work if you check a single supervisor, but I'm planning to provide some more useful hooks as part of #179 (comment), in case you wanted this for readiness status.
Hi
I would like to implement an health check for Solid Queue, but it seems difficult to check pidfile of the supervisor in a container context.
I am wondering if the polling of
SolidQueue::Process#last_heartbeat_at
column should the good way to check health of Solid Queue, what do you think of it ?Thanks.
The text was updated successfully, but these errors were encountered: