Skip to content

v5.4.1: Improve memory handling for background queue processing

Choose a tag to compare

@thorewi thorewi released this 21 Jun 09:15
· 17 commits to master since this release
Addresses potential out-of-memory errors when processing a large number of background jobs.

*   Limits the number of background jobs fetched per iteration to 10,000.
*   Increases the PHP memory limit for the console `process` command to 1GB.