I have an AWS IoT Thing Group which includes some in-progress continuous jobs. When a device is added to the thing group, I want the continuous jobs must be processed as the order they were posted. However, look like the job executions are queued into my device in reverse order where the newest job is pushed first and so on.
I tried to search somewhere mention about the order of AWS IoT continuous job executions queued on the device but found nothing.
I wonder if I missed any configurations when I created the continuous jobs or the reverse order is the behavior of AWS IoT.