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
We have observed that after keeping gorush idle for a long time (10-12hrs), the gorush is not sending the notifications. Its accepting the POST /api/push request and sending 200 response code. By logs I can see that its adding the requests into the queue (we are using redis) but the RunFunc(notify.Run(cfg)) is not getting called. When we restart the pod RunFunc(notify.Run(cfg)) of all the requests which are in the queue is getting called at once. Kindly help us to resolve the issue.
version: 1.15
queue: redis
The text was updated successfully, but these errors were encountered:
Hello @appleboy,
We have observed that after keeping gorush idle for a long time (10-12hrs), the gorush is not sending the notifications. Its accepting the
POST /api/push
request and sending200
response code. By logs I can see that its adding the requests into the queue (we are using redis) but theRunFunc(notify.Run(cfg))
is not getting called. When we restart the podRunFunc(notify.Run(cfg))
of all the requests which are in the queue is getting called at once. Kindly help us to resolve the issue.version:
1.15
queue:
redis
The text was updated successfully, but these errors were encountered: