Update Jobs demo to use DescribeJobExecution instead of StartNextPendingJobExecution API (#496)

It is recommended by the AWS IoT Jobs service to use DescribeJobExecution API for scaling purposes instead of StartNextPendingJobExecution API. Thus, update the Jobs demo to replace the latter API call with the former API call.
This commit is contained in:
Archit Aggarwal
2021-02-10 15:25:25 -08:00
committed by GitHub
parent 5bb198cdb8
commit 693212bd05
2 changed files with 95 additions and 45 deletions