digitalepidemiologylab / crowdbreaks

Crowdsourced tracking of health trends
https://www.crowdbreaks.org/
MIT License
12 stars 1 forks source link

Storing dynamic settings in files doesn't work on Heroku #76

Closed utanashati closed 2 years ago

utanashati commented 2 years ago

The settings are primary MTurk batch jobs (the templates for the automatic MTurk batches) and the cron scheduler.

I created a model for the primary jobs and used a gem rails-settings-cached to store the cron scheduler (also in the database).