I have performance problems in the execution of background jobs for a customer.
I have already read all the advices regarding the increase of the job queue processes parameter but I would like to know if I could also optimize the frequency the job queue is checking for new jobs to execute.
By default the execution plan is set to 30 seconds but is there a risk to put the queues to 5 or 10 seconds (at least those that do not handle only big jobs) ?