Skip to content

Instantly share code, notes, and snippets.

@edavis10
Created December 30, 2009 22:12
Show Gist options
  • Save edavis10/266448 to your computer and use it in GitHub Desktop.
Save edavis10/266448 to your computer and use it in GitHub Desktop.
$ r -D redmine:send_reminders
(in /home/edavis/dev/redmine/redmine-core)
rake redmine:send_reminders
Send reminders about issues due in the next days.
Available options:
* days => number of days to remind about (defaults to 7)
* tracker => id of tracker (defaults to all trackers)
* project => id or identifier of project (defaults to all projects)
Example:
rake redmine:send_reminders days=7 RAILS_ENV="production"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment