stalking 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +1 -1
- data/lib/stalking/consumer.rb +1 -1
- data/lib/stalking/version.rb +1 -1
- data/test/stalking/consumer_test.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -179,7 +179,7 @@ method and takes a string error message.
|
|
|
179
179
|
|
|
180
180
|
# Graceful termination
|
|
181
181
|
|
|
182
|
-
To stop
|
|
182
|
+
To stop a worker gracefully, send a QUIT signal to it. The worker will
|
|
183
183
|
finish its current job and terminate afterwards.
|
|
184
184
|
|
|
185
185
|
## Contributing
|
data/lib/stalking/consumer.rb
CHANGED
data/lib/stalking/version.rb
CHANGED