feat: add required attribute to cron.xml
Status | Pipeline | Erstellt von | Phasen | Aktionen |
---|---|---|---|---|
Bestanden 00:02:18
| Phase: lint |
Artefakte herunterladen
Keine Artefakte gefunden |
In this commit, we have improved the handling of cron tasks and introduced the 'required' attribute. Changes made include:
cron.xml
to enforce their creation.EventHandler
to only create required
crons, and to stop creating non-required crons
when the $onlyRequired
argument is set to true
.match
expression in EventHandler
.Manager
to ensure all cron objects are aware
of if they are required or not. This attribute is set to true
for required crons and false
if
not specified or not required.EventHandler
.This improvement in how cron tasks are managed will result in more efficient and robust operation of the system.
Status | Pipeline | Erstellt von | Phasen | Aktionen |
---|---|---|---|---|
Bestanden 00:02:18
| Phase: lint |
Artefakte herunterladen
Keine Artefakte gefunden |
PCSG & QUIQQER support and DEV System - GitLab