Skip to content

Commit 8354c52

Browse files
committed
doc
1 parent 3b7b4ff commit 8354c52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/service-library/src/servicelib/background_task_utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ def exclusive_periodic(
2525
task_interval -- the task periodicity
2626
retry_after -- in case the exclusive lock cannot be acquired or is lost, this is the retry interval
2727
28+
Raises:
29+
Nothing
30+
2831
Returns:
2932
Nothing, a periodic method does not return anything as it runs forever.
3033
"""

0 commit comments

Comments
 (0)