Sergio Ródenas
Sergio Ródenas
Currently, there is no way to have the sleep/heart data on your own servers. Don't really know, is this doable on amazmod? Could be really interesting on the DIY metrics...
- Pause/Resume - Parsing progress - Chunk parsing - Parallel parsing [(parallel-functions)](https://github.com/amphp/parallel-functions) For all this we probably need to first estimate parsed nodes weight and file size from HTTP headers.
Gosu is needed for doing later `command: ["gosu", "www-data", "/usr/local/bin/php", "artisan", "horizon"]` as the _su_ version `command: ["su", "www-data", "-c", "/usr/local/bin/php", "artisan", "horizon"]` won't work due the _www-data_ user having...