We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/batches
v1.12 introduces the /batches route. Its main goal is to give more information on how tasks are being processed and helps diagnose in case of failure.
GET
batchObjects
/batches/:uid
batchObject
/tasks
/tasks/:uid
batchUids
batchUid
InvalidBatchUids
/batch
/batch/:uid
reference/api/batches.mdx
reference/api/tasks.mdx
learn/async/filtering_tasks.mdx
learn/async/paginating_tasks.mdx
learn/async/asynchronous_operations.mdx
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
v1.12 introduces the
/batches
route. Its main goal is to give more information on how tasks are being processed and helps diagnose in case of failure.GET
/batches
batchObjects
GET
/batches/:uid
batchObject
/tasks
and/tasks/:uid
batchUids
, returns all tasks whosebatchUid
match the specified valuebatchUid
InvalidBatchUids
for/batch
and/batch/:uid
Tasks
reference/api/batches.mdx
reference/api/tasks.mdx
learn/async/filtering_tasks.mdx
-> probably add batches to title and/or a box saying everything there is valid for batcheslearn/async/paginating_tasks.mdx
-> same as abovelearn/async/asynchronous_operations.mdx
-> mention batchesReferences
The text was updated successfully, but these errors were encountered: