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
Properly set the current_task when running Batch tasks. (#4)
Call the success signal after a successful run of the Batch task. (#6)
Support running tasks eagerly via the Task.apply() method. This causes the task to execute with a batch of a single item. Contributed by @scalen. (#16, #18)
Maintenance
Improved documentation. Contributed by @nijel. (#3, #7)