Skip to content

Commit

Permalink
Merge pull request #28 from kirillshevch/improvement/add-production-n…
Browse files Browse the repository at this point in the history
…otes

Add production usage notes to README.md
  • Loading branch information
kirillshevch authored Dec 19, 2019
2 parents aa1e9af + ed00fc7 commit 7431b2d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ end

# <img src='https://github.com/kirillshevch/query_track/blob/master/examples/slack.jpg' alt='Incoming Hook Example' />

## Production Usage Notes

When [QueryTrack](https://github.com/kirillshevch/query_track/blob/master/lib/query_track/notifications/slack.rb#L21) send slack hooks, request is executed in separate thread. So there should be no synchronous delays.

Subscription to SQL events and checking duration time actually take insignificant time in milliseconds.

If your project is horizontally scaled, you can install `query_track` for one of the node to avoid performance degrade for whole application.

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/kirillshevch/query_track.
Expand Down

0 comments on commit 7431b2d

Please sign in to comment.