Created
May 17, 2010 21:21
-
-
Save justinvt/404242 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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