Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 24, 2023

Bumps github.com/quickfixgo/tag from 0.0.0-20171007194743-cbb465760521 to 0.1.0.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

smulube and others added 3 commits August 8, 2022 08:54
This is to address a specific issue we have in connecting to a large
exchange where our message rate is limited by the exchange at varying
levels between testing and production environments. Breaching those
limits causes our client to be disconnected so we need this guard in
place to ensure we do not inadvertantly burst over the limit should we
queue a large number of messages to be sent during the next iteration of
the writeLoop.

We also instrument the sending/receiving functions using Prometheus counters.
This is added for maximum observability but isn't fully thought through Here we
should probably allow the caller of the library to pass in a registerer so the
caller has more control of this. This change is quick and dirty one to see if
we can see these values on our application metrics
Add message rate limit to initiator and instrument
Bumps [github.com/quickfixgo/tag](https://github.com/quickfixgo/tag) from 0.0.0-20171007194743-cbb465760521 to 0.1.0.
- [Release notes](https://github.com/quickfixgo/tag/releases)
- [Commits](https://github.com/quickfixgo/tag/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: github.com/quickfixgo/tag
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants