9427: Add limits for connections, subscriptions, queued notifications, and
authorPeter Amstutz <peter.amstutz@curoverse.com>
Mon, 20 Jun 2016 18:29:21 +0000 (14:29 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Mon, 20 Jun 2016 18:29:21 +0000 (14:29 -0400)
commit27b18bf9b168319660bdde4632ac4c3f359666d6
tree806c52c20c0689f6c07c528ca4e7320711bdf66e
parentf5bd38d4b168540ddb0e33db9e35a51ec5d60c17
9427: Add limits for connections, subscriptions, queued notifications, and
database connections to configuration.  Check notify queue size on push instead
of on pop and close connection immediately.
services/api/config/application.default.yml
services/api/config/initializers/eventbus.rb
services/api/lib/eventbus.rb
services/api/test/integration/websocket_test.rb