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 9d92fe0 commit 3702f15Copy full SHA for 3702f15
packages/service-library/src/servicelib/background_task.py
@@ -54,7 +54,7 @@ def periodic(
54
early_wake_up_event -- allows to awaken the function before the interval has passed. (default: {None})
55
56
Returns:
57
- _description_
+ coroutine that will be called periodically (runs forever)
58
"""
59
60
def _decorator(
0 commit comments