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 839036e commit 99f643eCopy full SHA for 99f643e
packages/service-library/src/servicelib/background_task_utils.py
@@ -25,6 +25,9 @@ def exclusive_periodic(
25
task_interval -- the task periodicity
26
retry_after -- in case the exclusive lock cannot be acquired or is lost, this is the retry interval
27
28
+ Raises:
29
+ Nothing
30
+
31
Returns:
32
Nothing, a periodic method does not return anything as it runs forever.
33
"""
0 commit comments