stalking 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- 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