Skip to content

v0.4.3

Compare
Choose a tag to compare
@Koed00 Koed00 released this 24 Jul 11:46
· 905 commits to master since this release
  • adds queue_limit configuration option
  • package signing is now salted by name

Warning make sure your queues are empty and your clusters have stopped, before deploying this release. This changes the way packages are signed, so any tasks that were created with a previous version will be discarded as invalid by workers of this new version.

The new queue_limit option limits the amount of tasks a single cluster will hold in memory. It does not limit the amount of tasks you can queue with async() to Redis. This setting can be useful to balance the workload and memory consumption of a cluster or manage data loss in case of a cluster failure.