Skip to content

Commit 0f5a440

Browse files
committed
Test wrapping the horizon call for circleci
1 parent 78e3047 commit 0f5a440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DockerExecutorLuaServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function boot()
2929
\Artisan::call('processmaker:build-script-executor lua');
3030

3131
// Restart the workers so they know about the new supported language
32-
\Artisan::call('horizon:terminate');
32+
try { \Artisan::call('horizon:terminate'); } catch(\Throwable $e) { }
3333
});
3434

3535
$config = [

0 commit comments

Comments
 (0)