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
Added SpawnWorker that uses multiprocessing.spawn to spawn worker processes. This makes RQ usable in operating systems without os.fork() like Windows. Thanks @selwin!
RQ now always use timezone aware timestamps. Thanks @deathtracktor!
StartedJobRegistry.cleanup() now properly creates job results. Thanks @OlegZv!
Fixed a bug in worker logging configuration. Thanks @rlaminseok0824!
Reworked RQ's pubsub thread to not use polling. Thanks @ankush!
Fixed a bug where WorkerPool status is never set to STARTED. Thanks @taleinat!
Worker.monitor_work_horse() now properly handles InvalidJobOperation. Thanks @fancyweb!
queue.enqueue_many now always registers the queue in RQ's queue registry. Thanks @eswolinsky3241!