Skip to content

Making a batch job save output as it runs #1188

Closed Answered by merrymercy
amazingvince asked this question in Q&A
Discussion options

You must be logged in to vote

You do not need to send all of them in a single batch.
You can launch your own threads and manage them at per-request level, so you can store any partial results.
The performance will be the same because the low-level engine does auto-batching for you.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by merrymercy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants