Plugins Directory » Periodic Tasks
|
Author: | tanguy de courson |
---|---|---|
Website: | https://github.com/myneid/Redmine-Periodic-Task | |
Code repository: | git://github.com/myneid/Redmine-Periodic-Task.git | |
Registered on: | 2011-09-27 (about 13 years ago) | |
Current version: | 0.1.0 | |
Compatible with: | Redmine 1.0.x, 1.1.x, 1.2.x, 1.3.x | |
User ratings: |
In some projects there are tasks that need to be assigned on a schedule. Such as check the ssl registration once per year or run security checks every 3 months
This is the redmine plugin for you if you need such a thing.
Installation notes
requires you to add an entry to cron
0 1 * * * cd /var/www/<redminedir>; rake redmine:check_periodictasks RAILS_ENV=“production”
Changelog
0.1.0 (2011-09-27)
Compatible with Redmine 1.0.x, 1.1.x, 1.2.x, 1.3.x.