2**** cd $PROD_RAILS_ROOT && ./rake --silent users:update RAILS_ENV=production
What does 2 mean here? Is it every 2 min.
2**** cd $PROD_RAILS_ROOT && ./rake --silent users:update RAILS_ENV=production
What does 2 mean here? Is it every 2 min.
each hour to the second minute your job is executed.
If you want each 2 minutes it's :
*/2 * * * *