Batch processing of AI requests in a FIFO queue

The scenario bundles tasks into one job, queues it and on a schedule checks readiness, collecting the result and updating the status.

  • Many requests — as one batch job
  • Tasks run strictly in order
  • Readiness is checked automatically
  • Results are collected hands-free