Changelog
v1.6.1
2025-03-04
Python SDK
- UPDATE Deprecate
task.update_progressandtask.increment_progressin favour oftask.update_valueandtask.increment_value. - UPDATE Return boolean from
task.udpate_valueandtask.pingto indicate whether an update was made.
v1.6.0
2025-03-03
Python SDK
- NEW Add optional rate limiting for task updates when calling
task.pingandtask.update_progress
v1.5.0
2025-02-14
- NEW Tasks now support tagging. Tags are useful for categorizing tasks and filtering them in the UI. See Task Tags for more information.
Python SDK
- NEW Support for tagging.
- NEW
before_createcallback to allow modification of task data before it is created. This is useful for adding global tags and metadata to tasks such as the current tenant etc. See Before Create Callback for more information.
v1.4.0
2025-02-10
Python SDK
- NEW Add option to
CelerySystemIntegrationto automatically record Celery task arguments in task data.