Skip to content

Release 2370

Choose a tag to compare

@github-actions github-actions released this 15 Mar 11:34
9e2e16f

The sleep_delay is currently 15 seconds, which means it can take up to 30 seconds for a queued job to be picked up and processed; this is fairly noticeable with the registration confirmation emails.

Reducing this time will make the jobs execute more promptly and isn't going to have an impact on resource consumption (each time a worker checks it'll query the database, but GSE sits fairly idle most of the time anyway so we have plenty of capacity).