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
I've yet to document the problem fully but the consumer stops every 5-12 hours for some reason. So would love some of the same retry primitives we have from effect like Effect.retry. I'm not sure exactly how we would achieve this but maybe some of the events emitted from on('... could trigger as errors which could then be caught as in the HttpRouter.
The text was updated successfully, but these errors were encountered:
I've yet to document the problem fully but the consumer stops every 5-12 hours for some reason. So would love some of the same retry primitives we have from effect like Effect.retry. I'm not sure exactly how we would achieve this but maybe some of the events emitted from
on('...
could trigger as errors which could then be caught as in the HttpRouter.The text was updated successfully, but these errors were encountered: