README.md in decidim-elections-0.24.3 vs README.md in decidim-elections-0.25.0.rc1
- old
+ new
@@ -22,9 +22,22 @@
```bash
bundle
```
+## Configuration
+
+### Scheduled tasks
+
+For the Elections module to function as expected, there are some background tasks that should be scheduled to be executed regularly. Alternatively you could use `whenever` gem or the scheduled jobs of your hosting provider.
+
+You can configure it with `crontab -e`, for instance if you've created your Decidim application on /home/user/decidim_application:
+```
+# Remove census export files
+0 0 * * * cd /home/user/decidim_application && RAILS_ENV=production bundle exec rake decidim_votings_census:delete_census_access_codes_export
+```
+
+
## Contributing
See [Decidim](https://github.com/decidim/decidim).
## License