Agendamento ajuste vdm
davinTI/app-dono-modulos/pipeline/head There was a failure building this commit
davinTI/app-dono-modulos/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -1215,7 +1215,10 @@ where 1 = 0`,
|
|||||||
{
|
{
|
||||||
name: 'Procedure que atualiza os dados do flash',
|
name: 'Procedure que atualiza os dados do flash',
|
||||||
command: /*sql*/ `BEGIN
|
command: /*sql*/ `BEGIN
|
||||||
|
PRC_FLASH_ATUALIZA_VENDA(
|
||||||
|
p_data_inicial => TRUNC(SYSDATE) - 1,
|
||||||
|
p_data_final => TRUNC(SYSDATE)
|
||||||
|
);
|
||||||
END;`,
|
END;`,
|
||||||
cron: "0 */2 * * *",
|
cron: "0 */2 * * *",
|
||||||
timeout_seconds: 2400,
|
timeout_seconds: 2400,
|
||||||
|
|||||||
Reference in New Issue
Block a user