You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `f`: The function or coroutine to run as a task.
823
-
- `dependencies`: A list of dependencies that will trigger a rerun of the task when changed, the task will run automatically execute when the `dependencies=None`
823
+
- `dependencies`: A list of dependencies that will trigger a rerun of the task when changed, the task will not automatically execute when the `dependencies=None`.
824
824
- `raise_error`: If true, an error in the task will be raised. If false, the error should be handled by the
825
825
user and is available in the `.exception` attribute of the task result object.
826
826
- `prefer_threaded` - bool: Will run coroutine functions as a task in a thread when threads are available.
0 commit comments