Flush memory cache in worker to get latest config values
This commit is contained in:
@@ -48,6 +48,7 @@ class JobHandler extends Base
|
||||
|
||||
$worker = new $className($this->container);
|
||||
call_user_func_array(array($worker, 'execute'), $payload['params']);
|
||||
$this->memoryCache->flush();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user