SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin zurmo_commands_path="/var/www/zurmo/app/protected/commands" * * * * * env > /tmp/env.output #run these every minute * * * * * cd "$zurmo_commands_path" && ./zurmoc jobManager super EmailArchiving &> /dev/null * * * * * cd "$zurmo_commands_path" && ./zurmoc jobManager super ProcessOutboundEmail &> /dev/null #run these every 2 minutes */2 * * * * cd "$zurmo_commands_path" && ./zurmoc jobManager super Export &> /dev/null # run these every 5 Minutes */5 * * * * cd "$zurmo_commands_path" && ./zurmoc jobManager super Monitor &> /dev/null */5 * * * * cd "$zurmo_commands_path" && ./zurmoc jobManager super EmailBounce &> /dev/null # run these every 15 Minutes #*/15 * * * * cd "$zurmo_commands_path" && ./zurmoc jobManager super AutoresponderMessageInQueue &> /dev/null ; ./zurmoc jobManager super ByTimeWorkflowInQueue &> /dev/null */15 * * * * cd "$zurmo_commands_path" && ./zurmoc jobManager super AutoresponderQueueMessagesInOutbox &> /dev/null ; ./zurmoc jobManager super ByTimeWorkflowInQueue &> /dev/null */15 * * * * cd "$zurmo_commands_path" && ./zurmoc jobManager super WorkflowMessageInQueue &> /dev/null # run these every 30 minutes */30 * * * * cd "$zurmo_commands_path" && ./zurmoc jobManager super AddressGeocodeUpdate &> /dev/null # run these every hour #5 * * * * cd "$zurmo_commands_path" && ./zurmoc jobManager super AutoresponderMessageInQueue &> /dev/null 5 * * * * cd "$zurmo_commands_path" && ./zurmoc jobManager super AutoresponderQueueMessagesInOutbox &> /dev/null 5 * * * * cd "$zurmo_commands_path" && ./zurmoc jobManager super CampaignGenerateDueCampaignItems &> /dev/null ; 5 * * * * cd "$zurmo_commands_path" && ./zurmoc jobManager super CampaignMarkCompleted &> /dev/null ; 5 * * * * cd "$zurmo_commands_path" && ./zurmoc jobManager super CampaignQueueMessagesInOutbox &> /dev/null ; #run these once a day, early in the morning 30 3 * * * cd "$zurmo_commands_path" && ./zurmoc jobManager super TestOutboundEmail &> /dev/null 30 4 * * * cd "$zurmo_commands_path" && ./zurmoc jobManager super CurrencyRatesUpdate &> /dev/null 30 5 * * * cd "$zurmo_commands_path" && ./zurmoc jobManager super ClearSentNotificationsEmail &> /dev/null 30 6 * * * cd "$zurmo_commands_path" && ./zurmoc jobManager super WorkflowValidityCheck &> /dev/null # run these on saturday morning 35 2 * * 6 cd "$zurmo_commands_path" && ./zurmoc jobManager super ImportCleanup &> /dev/null 35 3 * * 6 cd "$zurmo_commands_path" && ./zurmoc jobManager super ExportCleanup &> /dev/null 35 4 * * 6 cd "$zurmo_commands_path" && ./zurmoc jobManager super CheckZurmoUpdates &> /dev/null 35 5 * * 6 cd "$zurmo_commands_path" && ./zurmoc jobManager super JobLogCleanup &> /dev/null