fix sigterm handling for ingestion worker #37

Open
opened 2026-04-05 16:16:13 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @morph027 on 2/21/2026

I was trying to setup a stack without docker and just plain systemd unit files and the workers always failed to stop gracefully, probably due to something still grips on the BullMQ event loop. This change made it work.

Probably works in docker setup as redis gets terminated too and the subscription event loop handler get's noticed.

*Originally created by @morph027 on 2/21/2026* I was trying to setup a stack without docker and just plain systemd unit files and the workers always failed to stop gracefully, probably due to something still grips on the BullMQ event loop. This change made it work. Probably works in docker setup as redis gets terminated too and the subscription event loop handler get's noticed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OpenArchiver#37