We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5acc0 commit add9b05Copy full SHA for add9b05
app/Console/Commands/SelfHostPtah.php
@@ -294,7 +294,7 @@ public function handle()
294
'command' => null,
295
],
296
'healthcheck' => [
297
- 'command' => null,
+ 'command' => 'pgrep -f "php artisan schedule:work"',
298
'interval' => 10,
299
'timeout' => 5,
300
'retries' => 3,
@@ -314,7 +314,7 @@ public function handle()
314
315
316
317
+ 'command' => 'pgrep -f "php artisan queue:work"',
318
319
320
0 commit comments