Skip to content

Commit 6a9b046

Browse files
committed
enhance docs
1 parent a906622 commit 6a9b046

File tree

1 file changed

+2
-1
lines changed
  • packages/service-library/src/servicelib/celery

1 file changed

+2
-1
lines changed

packages/service-library/src/servicelib/celery/models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ class MyTaskFilter(TaskFilter):
4141
Listing tasks using the filter `MyTaskFilter(user_id=123, product_name=Wildcard(), client_name="my-app")` will return all tasks with
4242
user_id 123, any product_name submitted from my-app.
4343
44-
If the metadata schema is known, the class allows deserializing the metadata (recreate_as_model)
44+
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
4546
4647
"""
4748

0 commit comments

Comments
 (0)