README.md in reactor-2.0.0 vs README.md in reactor-2.0.1
- old
+ new
@@ -186,9 +186,15 @@
Subscribers can opt into certain queues with `on_event :whatever, sidekiq_options: { queue: 'whatever' }` argument.
You can also override _all queue choices_ with `ENV['REACTOR_QUEUE']`. You may want to do this if you wish to contain the 'cascade' of events for more expensive or risky operations.
+#### Executing in a Console
+
+By default, running a Rails console in a `production` `ENV['RACK_ENV']` will cause publish events to
+bomb out unless `srsly: true` is provided as an additional parameter to event publishing. To control
+this behavior, set `ENV['REACTOR_CONSOLE_ENABLED']` to a value.
+
## Contributing
1. Fork it
2. Create your feature/fix branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)