HTTP Server Logs 'All Fibers Interrupted without Errors' with 500 Response
I’ve seen a couple of ‘All fibers interrupted without errors’ messages logged by my HTTP server with it serving a 500 response, e.g.
It’s not something I’ve seen locally, and it’s only happened twice in 12 hours (being run every 5 seconds). The route it’s happening on (the healthcheck) doesn’t do much: it pings Redis (https://github.com/PREreview/coar-notify/blob/e1a38afe42e44acd412a991099dad87adcd044e7/src/index.ts#L18-L23 and https://github.com/PREreview/coar-notify/blob/e1a38afe42e44acd412a991099dad87adcd044e7/src/Redis.ts#L44-L53).
I don’t really understand the message, and it doesn’t seem to be easily reproducible so I don’t know where to look; is there anything suspicious in my usage of Effect?
It’s not something I’ve seen locally, and it’s only happened twice in 12 hours (being run every 5 seconds). The route it’s happening on (the healthcheck) doesn’t do much: it pings Redis (https://github.com/PREreview/coar-notify/blob/e1a38afe42e44acd412a991099dad87adcd044e7/src/index.ts#L18-L23 and https://github.com/PREreview/coar-notify/blob/e1a38afe42e44acd412a991099dad87adcd044e7/src/Redis.ts#L44-L53).
I don’t really understand the message, and it doesn’t seem to be easily reproducible so I don’t know where to look; is there anything suspicious in my usage of Effect?
