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
StubBroker.join and Worker.join are now more reliable.
Module import path is now prepended to search path rather than
appended. This fixes an issue where importing modules with the same
name as modules from site-packages would end up importing the
modules from site-packages. (#88)
Prometheus middleware no longer wipes the prometheus data
directory on startup. This fixes an issue with exporting
application metrics along with worker metrics.