Skip to content

8.3.0

Latest
Compare
Choose a tag to compare
@dereuromark dereuromark released this 12 Jun 11:33
· 5 commits to master since this release
44c9d81

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.