Skip to content

Conversation

niemyjski
Copy link
Member

@niemyjski niemyjski commented Jan 27, 2018

  • This will only send change notifications over the message bus if there are actually listeners removing a massive amount of load on handlers and the message bus.
  • No longer save stack usage in the pipeline which is very expensive as it's highly likely to have race conditions causing lots of retries due to concurrency errors. This moves it to a job for saves making it eventually consistent.
  • No longer write meta data file when writing only to the queue folder (no archiving) this reduces the IO writes by 50%
  • Fixes swagger documentation.

Edward Meng and others added 30 commits January 4, 2018 14:19
Increment stack event count with separate job and run every 5 seconds instead of every event processed.
Don't throttle when the ApiThrottleLimit is -1 or int.MaxValue
@niemyjski niemyjski merged commit 56c3d8b into master Jan 31, 2018
@niemyjski niemyjski deleted the feature/performance branch January 31, 2018 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants