Execute AWS IOT jobs in parallel on a single thing

0

Does AWS IOT support parallel execution of AWS IOT Jobs on a single thing? Is it possible to implement the following flows:

  1. AWS IOT client gets a job from the queue.
  2. Client suspends execution of that job (status of the job is IN_PROGRESS)
  3. Client consumes another job from the AWS IOT Jobs queue.

From the AWS documentation, it looks like only one AWS IOT job can have IN_PROGRESS status, and it doesn't support multiple jobs IN_PROGRESS

질문됨 9달 전329회 조회
1개 답변
0

Client software (SDKs) may not support parallel handling out of the box.If you need parallel execution of jobs , you may need to implement custom logic on the device to manage job execution concurrency and coordination.

Reference : https://docs.aws.amazon.com/iot/latest/developerguide/iot-jobs-lifecycle.html

profile pictureAWS
전문가
답변함 9달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인