We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a906622 commit 6a9b046Copy full SHA for 6a9b046
packages/service-library/src/servicelib/celery/models.py
@@ -41,7 +41,8 @@ class MyTaskFilter(TaskFilter):
41
Listing tasks using the filter `MyTaskFilter(user_id=123, product_name=Wildcard(), client_name="my-app")` will return all tasks with
42
user_id 123, any product_name submitted from my-app.
43
44
- If the metadata schema is known, the class allows deserializing the metadata (recreate_as_model)
+ If the metadata schema is known, the class allows deserializing the metadata (recreate_as_model). I.e. one can recover the metadata from the task:
45
+ metadata -> task_uuid -> metadata
46
47
"""
48
0 commit comments