michael-lazar / astrobotany

🌱 A community garden over the Gemini protocol
gemini://astrobotany.mozz.us
Other
132 stars 11 forks source link

Use cron for recurring tasks #30

Closed michael-lazar closed 3 years ago

michael-lazar commented 4 years ago

Setup a framework for using cron to schedule recurring jobs. These could be used for database maintenance/cleanup, nightly rollover events like changing the weather, etc.

I will probably want to store the scripts in the scripts/ directory. Maybe I can install the cron file as part of the setup.py job?

michael-lazar commented 3 years ago

Added in https://github.com/michael-lazar/astrobotany/commit/100743b8f0a9e598fa1b01569e113cf5bdae07c2