Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
add cron job for unsubscribing fxhome subscriptions after 10 days
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Buchanan committed Aug 20, 2010
1 parent 180bf8c commit 8637456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cron/prod
Expand Up @@ -2,4 +2,5 @@ MAILTO=abuchanan@mozilla.com
* * * * * apache cd /data/generic/www/django/basket.mozilla.com/basket; /usr/bin/python26 manage.py sendmail --email emails.home.Initial firefox-home-instructions > /dev/null
* * * * * apache cd /data/generic/www/django/basket.mozilla.com/basket; /usr/bin/python26 manage.py sendmail --email emails.home.Reminder firefox-home-instructions > /dev/null
*/3 * * * * apache cd /data/generic/www/django/basket.mozilla.com/basket; /usr/bin/python26 manage.py sync_unsubscribe > /dev/null
*/3 * * * * apache cd /data/generic/www/django/basket.mozilla.com/basket; /usr/bin/python26 manage.py unsubscribe --conditional=ageutils.subscription_older_than_ten_days firefox-home-instructions
MAILTO=root

0 comments on commit 8637456

Please sign in to comment.