Skip to content

v0.4.0 - Major refactor of queues

Compare
Choose a tag to compare
@WardLT WardLT released this 17 Nov 17:22
· 60 commits to master since this release

What's Changed

Redis is no longer required to run a Colmena application. We now support queues in pure Python.

  • Track the sizes of messages sent to/from workers by @WardLT in #77
  • Major refactor to queues by @WardLT in #79

Full Changelog: v0.3.4...v0.4.0