Skip to content

Instantly share code, notes, and snippets.

@justinvt
Created May 17, 2010 21:21
Show Gist options
  • Save justinvt/404242 to your computer and use it in GitHub Desktop.
Save justinvt/404242 to your computer and use it in GitHub Desktop.
[email protected]
RAILS_ENV=production
######### Staging Tasks ##########
*/10 * * * * cd -P /data/tweety_jobs/staging && RAILS_ENV=staging rake mailer:jobseekers:send_incomplete_signup_notification
######### Production Tasks ##########
*/4 * * * * /data/tweety_jobs/shared/bin/rakelock twitter:hashtags:search
*/3 * * * * /data/tweety_jobs/shared/bin/rakelock twitter:channels:search
*/2 * * * * /data/tweety_jobs/shared/bin/rakelock twitter:messages:poll_direct_messages
*/2 * * * * /data/tweety_jobs/shared/bin/rakelock twitter:messages:poll_mentions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment