Output cron execution

This commit is contained in:
2023-11-29 22:31:53 -03:00
parent 17f93dcd34
commit dc7a39e193

View File

@ -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