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 8bcc751 commit 7dbe278Copy full SHA for 7dbe278
firebase_admin/functions.py
@@ -342,6 +342,7 @@ def is_url(cls, url: Any):
342
@dataclass
343
class TaskOptions:
344
"""Task Options that can be applied to a Task.
345
+
346
Args:
347
schedule_delay_seconds: The number of seconds after the current time at which to attempt or
348
retry the task. Should only be set if ``schedule_time`` is not set.
0 commit comments