PMC-964 We need a new artisan command to manage the failed jobs, because we need to load the workspace configuration

This commit is contained in:
Roly Rudy Gutierrez Pinto
2019-07-19 09:56:20 -04:00
parent 5dcbd70771
commit 1deddc05d0
11 changed files with 218 additions and 40 deletions

View File

@@ -80,7 +80,7 @@ return [
*/
'failed' => [
'database' => env('DB_CONNECTION', 'mysql'),
'database' => env('DB_CONNECTION', 'workflow'),
'table' => 'JOBS_FAILED',
],