Skip to content

Always include StatsHeartbeat in crontab but enqueue job only if stats enabled

For #1199 (closed)

As we build a single docker image for all employments and generate the crontab while building this image we always have to include the stats job in the schedule. Next best thing is to not enqueue the job if stats are not enabled.

Merge request reports