Created by: abriosi
When running multiple concurrent workers with delayed tasks, the default value of guardInterval
will cause spikes on network bandwidth, cpu usage and memory usage. Each concurrent worker will run the delayed job watchdog. In case of multiple workers set this value to something much higher, e.g. guardInterval = numberOfWorkers*5000