Skip to content

Fixed signal processing in Hivemind docker container

Bartek Wrona requested to merge bw_entrypoint_signal_handler_fix into develop

Signal processing works correctly in case of Hivemind (in general: python container) when python process is on top - otherwise, even bash trap has been added it does not work and Hivemind process is killed by timed-out docker stop execution.

Merge request reports