@EnoRm I will go ahead and DM you for more details
Information send to @EvanCooper in DM.
@EvanCooper @andrew any news? Hope you guys can figure out what the problem is. Thanks guys.
We are still running into the same issues. Is there more information about this issue?
We can’t really know whether a task is going to exhaust memory - if someone is attempting to process thousands of 5MB image files it might be that their system just gets exhausted for reasons outside of our control (see #12383).
That being said, we can try and do a better job of not letting one rogue task in a batch bring down the whole batch. That’s what this does (#12391) which is coming in 9.4.0.
Demo video here: Task Resiliency Updates in 9.4.0 | Loom
If you’re still seeing issues even after upgrading to 9.4.0 I would strongly recommend increasing the memory available to PHP, moving to Imagick instead of GD for image processing (or vice versa), and looking into using asynchronous task processing via the Dashboard > System and Settings > Automation > Automation Settings Dashboard page.
This looks very promising. Thank you.