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:
@@ -80,7 +80,7 @@ return [
|
||||
*/
|
||||
|
||||
'failed' => [
|
||||
'database' => env('DB_CONNECTION', 'mysql'),
|
||||
'database' => env('DB_CONNECTION', 'workflow'),
|
||||
'table' => 'JOBS_FAILED',
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user