README.md in sigurd-0.0.3 vs README.md in sigurd-0.1.0

- old
+ new

@@ -79,9 +79,16 @@ By default, if any of your runners fails, Sigurd will use an exponential backoff to wait before restarting it. You can instead use the `sleep_seconds` setting to always sleep a fixed amount of time before retrying. There is no limit to retries. +## Configuration + +By default, sigurd will exit the process when a TERM, KILL or QUIT signal is received. You can change this +behavior to instead raise the original `SignalException` by setting + + Sigurd.exit_on_signal = true + ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/flipp-oss/sigurd . ### Linting