Skip to content

Commit 1ed20aa

Browse files
authored
Update README.md
1 parent 6d58508 commit 1ed20aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)