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 48ac216 commit 3815249Copy full SHA for 3815249
nc_py_api/ex_app/providers/task_processing.py
@@ -147,6 +147,7 @@ def next_task_batch(
147
) -> dict[str, typing.Any]:
148
"""
149
Get the next n task processing tasks from Nextcloud.
150
+
151
Available starting with Nextcloud 33
152
Returns: {tasks: [{task: Task, provider: string}], has_more: bool}
153
@@ -242,6 +243,7 @@ async def next_task_batch(
242
243
244
245
246
247
248
249
0 commit comments