fix: enable coroutine in functions worker

This commit is contained in:
Torsten Dittmann
2021-04-14 12:40:55 +02:00
parent 9dc206051f
commit e021b8795a
+2
View File
@@ -25,6 +25,8 @@ $environments = Config::getParam('environments');
*/
$warmupStart = \microtime(true);
Runtime::setHookFlags(SWOOLE_HOOK_ALL);
Co\run(function() use ($environments) { // Warmup: make sure images are ready to run fast 🚀
Runtime::enableCoroutine(SWOOLE_HOOK_ALL);