Job Queues
For in depth details on setting up a Job Queue for your container deployment, refer to our documentation page.
- A Job Queue can be connected to multiple container groups at once, but a container group can only be connected to at most a single Job Queue.
- The Job Queue worker is configured during your Container setup, not the Job Queue page.
- We recommend adding a readiness probe to your container deployment. This probe will allow your replica to announce to the Job Queue Service when it’s ready to receive and process jobs. We recommend using it in conjunction with a startup probe.