Is your feature request related to a problem? Please describe.
For volumes with thousands of images we often run into time outs.
A B O R T E D
!! Command timed out (max execution time: 20m0s)
The next thing that happens is that the queue job fails, which means that we have to restart the process… ending up in a loop.
Describe the solution you would like
Ideally, instead of chunked/paged queues within a queue job, it’d be great for each batch/page to be split into its own queue job. That way it’s easy to just restart the one batch/page of 100.
Is your feature request related to a problem? Please describe.
For volumes with thousands of images we often run into time outs.
The next thing that happens is that the queue job fails, which means that we have to restart the process… ending up in a loop.
Describe the solution you would like
Ideally, instead of chunked/paged queues within a queue job, it’d be great for each batch/page to be split into its own queue job. That way it’s easy to just restart the one batch/page of 100.