heroku / pulse

DEPRECATED: Real-time Heroku operations dashboard
0 stars 0 forks source link

allow init_appliers to be configured with an environment variable #3

Closed mikehale closed 12 years ago

mikehale commented 13 years ago

I'd like to be able to have more than the current 2 init_appliers in receiver.clj... I was thinking that an environment variable might be a nice way to configure this.

mmcgrana commented 13 years ago

You could also try making the default / hard-coded value larger, like 6 or 8. As long as that works OK for the existing app deployment it might be sufficient.

mikehale commented 13 years ago

Good idea. Is pulse-staging the proper place to test such a change?