# Edit this file to introduce tasks to be run by cron. # # Each task to run has to be defined through a single line # indicating with different fields when the task will be run # and what command to run for the task # # To define the time you can provide concrete values for # minute (m), hour (h), day of month (dom), month (mon), # and day of week (dow) or use '*' in these fields (for 'any'). # # Notice that tasks will be started based on the cron's system # daemon's notion of time and timezones. # # Output of the crontab jobs (including errors) is sent through # email to the user the crontab file belongs to (unless redirected). # # For example, you can run a backup of all your user accounts # at 5 a.m every week with: # 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/ # # For more information see the manual pages of crontab(5) and cron(8) # # m h dom mon dow command #*/3 0-2 * * * /bin/sh /var/www/conx/server/cron/changeloanborrowliststatustoworkinprogress.sh #*/3 0-2 * * * /bin/sh /var/www/conx/server/cron/changeloanborrowliststatustoworkdone.sh */3 0-2 * * * /bin/sh /var/www/conx-workflow/_work/conx/conx/server/cron/changeloanborrowliststatustoworkinprogress.sh /var/www/conx-workflow/_work/conx/conx/server */3 0-2 * * * /bin/sh /var/www/conx-workflow/_work/conx/conx/server/cron/changeloanborrowliststatustoworkdone.sh /var/www/conx-workflow/_work/conx/conx/server #*/3 1-2 * * * /bin/sh /var/www/conx/server/cron/updateexpiredloanrequest.sh #*/3 1-2 * * * /bin/sh /var/www/conx/server/cron/removeunsubmittedcompanycart.sh */3 1-2 * * * /bin/sh /var/www/conx-workflow/_work/conx/conx/server/cron/updateexpiredloanrequest.sh /var/www/conx-workflow/_work/conx/conx/server */3 1-2 * * * /bin/sh /var/www/conx-workflow/_work/conx/conx/server/cron/removeunsubmittedcompanycart.sh /var/www/conx-workflow/_work/conx/conx/server #30 23 * * 2 > /var/www/conx/server/cron/logs.log #30 23 * * 2 > /var/www/conx/server/storage/logs/jobs.log #30 23 * * 2 > /var/www/conx/server/queues/queues.log 30 23 * * 2 > /var/www/conx-workflow/_work/conx/conx/server/cron/logs.log 30 23 * * 2 > /var/www/conx-workflow/_work/conx/conx/server/storage/logs/jobs.log 30 23 * * 2 > /var/www/conx-workflow/_work/conx/conx/server/queues/queues.log #*/10 0-1 * * * /bin/sh /var/www/conx/server/cron/updatecompanysubscriptions.sh #*/10 0-1 * * * /bin/sh /var/www/conx/server/cron/updatecompanymonthlysubscriptions.sh #*/10 0-1 * * * /bin/sh /var/www/conx/server/cron/updateblockedcompanysubscriptions.sh #*/10 0-1 * * * /bin/sh /var/www/conx-workflow/_work/conx/conx/server/cron/updatecompanysubscriptions.sh /var/www/conx-workflow/_work/conx/conx/server #*/10 0-1 * * * /bin/sh /var/www/conx-workflow/_work/conx/conx/server/cron/updatecompanymonthlysubscriptions.sh /var/www/conx-workflow/_work/conx/conx/server #*/10 0-1 * * * /bin/sh /var/www/conx-workflow/_work/conx/conx/server/cron/updateblockedcompanysubscriptions.sh /var/www/conx-workflow/_work/conx/conx/server */10 0-1 * * * /bin/sh /var/www/conx-old/server/cron/updatecompanysubscriptions.sh /var/www/conx-old/server */10 0-1 * * * /bin/sh /var/www/conx-old/server/cron/updatecompanymonthlysubscriptions.sh /var/www/conx-old/server */10 0-1 * * * /bin/sh /var/www/conx-old/server/cron/updateblockedcompanysubscriptions.sh /var/www/conx-old/server #* * * * * /bin/sh /var/www/conx/server/queues/queues.sh /var/www/conx/server #* * * * * /bin/sh /var/www/conx-workflow/_work/conx/conx/server/queues/queues.sh /var/www/conx-workflow/_work/conx/conx/server * * * * * /bin/sh /var/www/conx-old/server/queues/queues.sh /var/www/conx-old/server #57 23 * * * /bin/sh /var/www/conx/server/cron/adminemailnotifications-company-usage.sh #58 23 * * * /bin/sh /var/www/conx/server/cron/adminemailnotifications-companysubscriptionpayment.sh #59 23 * * * /bin/sh /var/www/conx/server/cron/adminemailnotifications-newlycreatedcompanies.sh 57 23 * * * /bin/sh /var/www/conx-workflow/_work/conx/conx/server/cron/adminemailnotifications-company-usage.sh /var/www/conx-workflow/_work/conx/conx/server 58 23 * * * /bin/sh /var/www/conx-workflow/_work/conx/conx/server/cron/adminemailnotifications-companysubscriptionpayment.sh /var/www/conx-workflow/_work/conx/conx/server 59 23 * * * /bin/sh /var/www/conx-workflow/_work/conx/conx/server/cron/adminemailnotifications-newlycreatedcompanies.sh /var/www/conx-workflow/_work/conx/conx/server 00 01 1,15 * * /bin/sh /var/www/conx-workflow/_work/conx/conx/server/cron/everyfifteendays.sh /var/www/conx-workflow/_work/conx/conx/server 1 * * * * /bin/sh /var/www/conx-workflow/_work/conx/conx/server/cron/daily-cron.sh /var/www/conx-workflow/_work/conx/conx/server # For Laravel Task Scheduler 0 0 * * * cd /var/www/conx-old/server && php artisan schedule:run >> /dev/null 2>&1