MIT-LCP / physionet-build

The new PhysioNet platform.
https://physionet.org/
BSD 3-Clause "New" or "Revised" License
56 stars 20 forks source link

Do we use django-cron at all? #1801

Open alistairewj opened 1 year ago

alistairewj commented 1 year ago

Just curious - I think we had planned to remove it, and Tom commented out its use in the settings:

https://github.com/MIT-LCP/physionet-build/blob/95aef7e30b503f5dad298ae037c9f0bad30b1855/physionet-django/physionet/settings/base.py#L35-L51

tompollard commented 1 year ago

Good question, and I feel bad about the PR where I introduced this change. I have no memory of doing this.

I don't see django-cron in requirements.txt, but I do see a from django_cron import in https://github.com/MIT-LCP/physionet-build/blob/dev/physionet-django/physionet/cron.py.

Needs some investigation...sorry!