eastgenomics / Genetics_Ark

Django source code for Genetics Ark and associated apps
1 stars 0 forks source link

Stop cron running twice #75

Closed corbin-chris closed 4 months ago

corbin-chris commented 4 months ago

The log lines generated from cron suggest that the jobs are running twice. Investigate why.

corbin-chris commented 4 months ago

This is no longer happening - 'sample file updated' messages now only print once, both when running ad-hoc and when running as a scheduled job. If it recurs, investigate to ensure only 1 cron process is running in the container.