Improvements
- Allow cloning of run jobs to re-run them from backend (job view)
- Add memory usage info into jobs on finish, but also on progress update, to better analyze memory issues
- Allow using
-r
from local dev CLI command to run a longer queue job in the background
Note: Make sure your Queue.workermaxruntime
is always set to the absolute max your queue jobs will ever run. This is now a bit more strictly implemented, to avoid some rogue long running tasks to take too much processing time.