EasyEngine / EasyEngine/cron-command
Reload the cron container instead of restarting it
- Ngôn ngữ chính
- PHP
- Star
- 4
- Fork
- 8
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.