EasyEngine / EasyEngine/cron-command

Reload the cron container instead of restarting it

Abierto
#2 0 comentarios 0 reacciones 0 asignados Ver en GitHub
good first issue
Lenguaje dominante
PHP
Estrellas
4
Forks
8
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.