We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e3047 commit 0f5a440Copy full SHA for 0f5a440
src/DockerExecutorLuaServiceProvider.php
@@ -29,7 +29,7 @@ public function boot()
29
\Artisan::call('processmaker:build-script-executor lua');
30
31
// Restart the workers so they know about the new supported language
32
- \Artisan::call('horizon:terminate');
+ try { \Artisan::call('horizon:terminate'); } catch(\Throwable $e) { }
33
});
34
35
$config = [
0 commit comments