Config

Just displaying some background infos about the current running queue.

  • Current jobs waiting or still running in queue: 0
  • Current running workers: 2
  • Last run: Apr 26, 2024, 3:08 AM

Note that multiple visitors trying out the queue would have to share the workers and their processing power. This can mean with low number of workers that in peak usage time frames some jobs will take longer to start running.

In the background the following cronjob is configured via crontab:

*/1 * * * * cd /var/www/sandbox && bin/cake queue runworker -q

This starts a new worker of max 2 minutes every minute, creating a total availability of 2 workers in average.


Send your feedback or bugreport!