Output cron execution
This commit is contained in:
16
cli/crontab
16
cli/crontab
@ -1,8 +1,8 @@
|
||||
0 2 * * * php /code/bin/index.php ventas:cuotas:hoy
|
||||
0 2 * * * php /code/bin/index.php ventas:cuotas:pendientes
|
||||
0 2 * * * php /code/bin/index.php ventas:cuotas:vencer
|
||||
0 2 * * * php /code/bin/index.php ventas:cierres:vigentes
|
||||
0 2 * * * php /code/bin/index.php proyectos:activos
|
||||
0 2 * * * php /code/bin/index.php comunas
|
||||
0 2 * * * php /code/bin/index.php money:uf
|
||||
0 2 1 * * php /code/bin/index.php money:ipc
|
||||
0 2 * * * php /code/bin/index.php ventas:cuotas:hoy 2>&1 >> /logs/commands
|
||||
0 2 * * * php /code/bin/index.php ventas:cuotas:pendientes 2>&1 >> /logs/commands
|
||||
0 2 * * * php /code/bin/index.php ventas:cuotas:vencer 2>&1 >> /logs/commands
|
||||
0 2 * * * php /code/bin/index.php ventas:cierres:vigentes 2>&1 >> /logs/commands
|
||||
0 2 * * * php /code/bin/index.php proyectos:activos 2>&1 >> /logs/commands
|
||||
0 2 * * * php /code/bin/index.php comunas 2>&1 >> /logs/commands
|
||||
0 2 * * * php /code/bin/index.php money:uf 2>&1 >> /logs/commands
|
||||
0 2 1 * * php /code/bin/index.php money:ipc 2>&1 >> /logs/commands
|
||||
|
Reference in New Issue
Block a user