Timeline for Run a script every minute without cron and allowing children
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 27, 2018 at 15:09 | history | edited | Rui F Ribeiro | CC BY-SA 4.0 |
deleted 28 characters in body
|
| Aug 16, 2018 at 22:10 | comment | added | Dave | can't use docker as the server is already an lxc container. i'm not doing container inception on a live system handling 1 mill transactions an hour. | |
| Aug 16, 2018 at 15:33 | comment | added | Cheema Jaspreet Singh | Have a read of: docs.docker.com/config/containers/multi-service_container | |
| Aug 16, 2018 at 15:15 | review | First posts | |||
| Aug 16, 2018 at 15:20 | |||||
| Aug 16, 2018 at 15:14 | comment | added | Dave | I tried that using a timer service systemd has the same issue as cron it would appear a master running script cannot spawn and background child scripts so putting master.php in systemd every 60 seconds and then that launching children with & on the end to background results in the children not execing because of the & | |
| Aug 16, 2018 at 15:11 | history | answered | Cheema Jaspreet Singh | CC BY-SA 4.0 |