pypi rq 2.9.0
v2.9

3 hours ago
  • Added json and pickle shorthand aliases for serializers. These can now be used when creating queues/workers and with the --serializer CLI option. Thanks @selwin!
  • Fixed a bug where SpawnWorker does not use user supplied serializer. Thanks @selwin!
  • Queue.parse_args() now returns a EnqueueArgs named tuple. Thanks @libmilos-so!
  • Fixed a race condition that could cause worker keys in Redis to get out of sync when Redis is under load. Thanks @terencehonles!
  • Enqueueing deferred jobs now removes them from DeferredJobRegistry. Thanks @selwin!
  • SpawnWorker now uses repr() when reconstructing worker, job and queue identifiers in child processes. Thanks @selwin!
  • Minor typing and cleanup improvements. Thanks @selwin and @rextea!

Don't miss a new rq release

NewReleases is sending notifications on new releases.