diff --git a/firebase_admin/functions.py b/firebase_admin/functions.py index b39ee0a6..7df9bc60 100644 --- a/firebase_admin/functions.py +++ b/firebase_admin/functions.py @@ -342,6 +342,7 @@ def is_url(cls, url: Any): @dataclass class TaskOptions: """Task Options that can be applied to a Task. + Args: schedule_delay_seconds: The number of seconds after the current time at which to attempt or retry the task. Should only be set if ``schedule_time`` is not set.