PMCORE-864

This commit is contained in:
Julio Cesar Laura Avendaño
2020-02-26 16:23:08 -04:00
parent 483fc19366
commit 596a0b72bc
3 changed files with 24 additions and 2 deletions

View File

@@ -190,6 +190,7 @@ class JobsManager
$callback($environment);
} catch (Exception $e) {
Log::error($e->getMessage() . ": " . $e->getTraceAsString());
throw $e;
}
});
$instance->delay($this->delay);