Sha256: 5ad1005f895902a02126fc7eb0b013466564f3ce5f2b08f1d4eaa1e15a8667d6
Contents?: true
Size: 457 Bytes
Versions: 19
Compression:
Stored size: 457 Bytes
Contents
namespace :message_bus_producer do desc <<~MESSAGE Repopulates the message slots by deleting and re-inserting all of the events in the events table. WARNING: THIS WILL LOCK THE EVENTS TABLE, AND BY EXTENSION ANY DOMAIN LOGIC WHICH EMITS EVENTS. THIS IS INTENDED TO BE USED FOR DISASTER RECOVERY ONLY. MESSAGE task repopulate_replication_slots: :environment do NulogyMessageBusProducer::RepopulateReplicationSlots.repopulate end end
Version data entries
19 entries across 19 versions & 1 rubygems