Closed
Description
RQ forks, so each job will have its own transport. This is not a great situation as we would have to block each job to send out pending events.
Right now this can mean that some events of a job go missing.
Idea would be to use multiprocessing.Queue
inside of the transport, but unclear if we can pull that off without disrupting other usecases.