This project and all its data will be permanently deleted on 2026-05-13.
Set timeout on php requests
Currently there is no timeout set in PHP which contributed to the outage 2021-03-30, due to too many open requests stacking up. this can be archived either by `request_termination_timeout` or `max_execution_time`
issue