RockefellerArchiveCenter / aurora

A Django web application to receive, virus check and validate transfers of digital archival records, and allow archivists to appraise and accession those records.
http://projectelectron.rockarch.org/
MIT License
25 stars 6 forks source link

Prevent multiple instances of cron from running concurrently #650

Closed helrond closed 5 months ago

helrond commented 5 months ago

Introduces an is_running method to check whether or not another instance of the cron job is already running.

Fixes #649