Hello,
Is there some config that PHP process will not restart on server graceful restart? I tried many configs, PHP is always restarted. Also tried with manual starting lsphp but after graceful restart even my manually started PHP process is restarted.
Use case: Opcache and apcu in memory cache is flushed, app need to warm up again.
Is there some config that PHP process will not restart on server graceful restart? I tried many configs, PHP is always restarted. Also tried with manual starting lsphp but after graceful restart even my manually started PHP process is restarted.
Use case: Opcache and apcu in memory cache is flushed, app need to warm up again.