2017-01-18 01:34:24 +00:00
|
|
|
# Primary subscribers
|
2017-11-05 01:42:08 +00:00
|
|
|
*/10 * * * * flock -n /tmp/point_tools_sub_update.lock timeout 300 /usr/bin/php /var/www/point.skobk.in/current/app/console point:update:subscriptions --env=prod
|
|
|
|
# All users
|
|
|
|
0 0 * * * flock -n /tmp/point_tools_sub_update_all.lock timeout 3600 /usr/bin/php /var/www/point.skobk.in/current/app/console point:update:subscriptions --all-users --env=prod
|
|
|
|
# Privacy
|
|
|
|
0 1 * * * flock -n /tmp/point_tools_privacy_update_all.lock timeout 3600 /usr/bin/php /var/www/point.skobk.in/current/app/console point:update:privacy --all-users --env=prod
|
2017-01-18 01:34:24 +00:00
|
|
|
# Other
|
|
|
|
# Restore users deleted by mistake
|
2017-11-05 01:42:08 +00:00
|
|
|
0 0 */7 * * flock -n /tmp/point_tools_restore_users.lock timeout 300 /usr/bin/php /var/www/point.skobk.in/current/app/console point:users:restore --env=prod
|
2017-01-18 01:34:24 +00:00
|
|
|
|