Created
July 23, 2015 18:04
-
-
Save twobraids/ca5c1bc20d15100eca89 to your computer and use it in GitHub Desktop.
intended new config for prod crashmover
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # for prod crashmover | |
| destination.storage_classes="socorro.external.rabbitmq.crashstorage.RabbitMQCrashStorage, socorro.external.boto.crashstorage.BotoS3CrashStorage, socorro.external.statsd.statsd_base.StatsdCounter, socorro.external.rabbitmq.crashstorage.RabbitMQCrashStorage" | |
| destination.storage3.crashstorage_class=socorro.external.statsd.statsd_base.StatsdBenchmarkingWrapper | |
| destination.storage3.filter_on_legacy_processing=False | |
| destination.storage3.routing_key=socorro.stagesubmitter | |
| destination.storage3.statsd_prefix=crashmover.rabbitmq_stagesubmitter | |
| destination.storage3.active_list=transaction | |
| destination.storage3.wrapped_object_class=socorro.external.rabbitmq.crashstorage.RabbitMQCrashStorage | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment