- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscripts_config.json
More file actions
Latest commit
11 lines (10 loc) · 671 Bytes
/
Copy pathscripts_config.json
File metadata and controls
11 lines (10 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
{
"scripts": {
"email_services": {"file": "run_email_services.py", "type": "continuous"},
"brass": {"file": "run_brass.py", "type": "daily", "task_name": "BRASSDiario"},
"expedientes": {"file": "run_expedientes.py", "type": "daily", "task_name": "ExpedientesDiario"},
"no_conformidades": {"file": "run_no_conformidades.py", "type": "daily", "task_name": ["NoConformidadesCalidad", "NoConformidadesTecnica"]},
"riesgos": {"file": "run_riesgos.py", "type": "daily", "task_name": ["RiesgosDiariosTecnicos", "RiesgosSemanalesCalidad", "RiesgosMensualesCalidad"]},
"agedys": {"file": "run_agedys.py", "type": "daily", "task_name": "AGEDYSDiario"}
}
}