summaryrefslogtreecommitdiff
path: root/app/Core/Queue/JobHandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Core/Queue/JobHandler.php')
-rw-r--r--app/Core/Queue/JobHandler.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Core/Queue/JobHandler.php b/app/Core/Queue/JobHandler.php
index f8736cce..4fb673d5 100644
--- a/app/Core/Queue/JobHandler.php
+++ b/app/Core/Queue/JobHandler.php
@@ -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();
}
/**