EasyEngine / EasyEngine/cron-command

Reload the cron container instead of restarting it

Aperta
#2 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
good first issue
Lingua principale
PHP
Stelle
4
Fork
8
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

According to the current execution flow of `cron-command`, whenever any new cron job is added, it restarts the `easyengine/cron` container to accommodate the new changes. This can disrupt the cycle of already running cron-jobs.

For example, if a job is running every 10 minutes and had completed say 9 minutes before restart was executed, then it's time will start from zero again. Thus, the executing cron cycles could get a little affected by this.

A reloading signal or a HUP signal to refresh and accommodate the new changes is required to replace the current restart method.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.