Abstract jobs to be called from the application rather than requiring a system cron
Currently, onionoo job is exposed an entry point of Tor-Weather project. Calling this job at an interval is configured at the deployment level using system cron or some other tool.
Ideally, the application should internally call the job at an interval configured from environment variables.