When using rails_event_store in a Rails app, reload! will re-register event and command handlers, causing multiple subscriptions for the same event. The team implements a custom configuration layer (DSL or simple map) that manages registration idempotently and adds contract checks on register methods.