Skip to content

Commit c61bccc

Browse files
committed
#72 pointed to rufus scheduler commentary as alternative
1 parent 013c22d commit c61bccc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,16 @@ You should now be able to see the plugin list in Administration -> Plugins.
4141

4242
## Configuration
4343
44-
1. Set the check for recurrence via Crontab.
44+
1. Set the check for recurrence via Crontab or similar.
4545

4646
"Pure" crontab example (running the check for recurrence every 6 hours on the 15s) -- replace {path_to_redmine} with your actual path, e.g. /var/www/redmine:
4747
```bash
4848
15 */4 * * * /bin/sh "cd {path_to_redmine} && bundle exec rake RAILS_ENV=production redmine:recur_tasks" >> log/cron_rake.log 2>&1
4949
```
5050

51-
You can also use e.g. cron.daily or cron.hourly to avoid having to figure out the precise cron syntax for the schedule.
51+
You can also use e.g. cron.daily or cron.hourly to avoid having to figure out the precise cron syntax for the schedule; Ruby gems Rufus Scheduler and Whenever can also be used; the key point is that something needs to call recur_tasks on a regular basis.
52+
53+
More information on Rufus Scheduler config at ([#72](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/72)
5254

5355
2. Decide which role(s) should have the ability to view/add/edit/delete issue recurrence and configure accordingly in Redmine's permission manager (Administration > Roles and Permissions)
5456
* View issue recurrence

0 commit comments

Comments
 (0)