Files
workavia-drive/twake/docker/twake-php/crontab
T
montaghanmy 10fe6f78d1 feat: init
2023-03-23 11:03:16 +01:00

31 lines
1.2 KiB
Plaintext

# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# m h dom mon dow user command
* * * * * root cd /twake-core/; php bin/console twake:mails_queue;
* * * * * root cd /twake-core/; php bin/console twake:node:push_mobile;
* * * * * root cd /twake-core/; php bin/console twake:node:push_channel_activity;
* * * * * root cd /twake-core/; php bin/console twake:calendar_check;
* * * * * root cd /twake-core/; php bin/console twake:tasks_check_reminders;
* * * * * root cd /twake-core/; php bin/console twake:notifications_mail;
* * * * * root cd /twake-core/; php bin/console twake:preview_worker;
* * * * * root cd /twake-core/; php bin/console twake:scheduled_notifications_consume_timetable
* * * * * root cd /twake-core/; php bin/console twake:scheduled_notifications_consume_shard
* * * * * root chmod -R 777 /twake-core/cache;
32 * * * * root kill -USR2 1;
#
#