File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,9 +126,9 @@ class ConsumeMessageJob implements ShouldQueue
126126
127127### Handling signals
128128
129- ` php artisan kafka:consume ... ` command can be configured to gracefully stop after receiving some OS signals.
130- Such signals can be set in the ` stop_signals ` key of the package config, e.g ` 'stop_signals' => [SIGINT, SIGQUIT] ` .
131- You can use any of the constants defined by the pcntl extension https://www.php.net/manual/en/pcntl.constants.php
129+ ` php artisan kafka:consume ... ` command can be configured to gracefully stop after receiving some OS signals.
130+ Such signals can be set in the ` stop_signals ` key of the package config, e.g ` 'stop_signals' => [SIGINT, SIGQUIT] ` .
131+ You can use any of the constants defined by the pcntl extension https://www.php.net/manual/en/pcntl.constants.php
132132
133133## Testing
134134
You can’t perform that action at this time.
0 commit comments