Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(relayer): flags for processing and indexing minimum amounts #17685

Merged
merged 8 commits into from
Jun 27, 2024

Conversation

cyberhorsey
Copy link
Contributor

@cyberhorsey cyberhorsey commented Jun 26, 2024

This will let us filter out permanently from being added to the queue, messages where:

  • a fee is set but it will never be profitable
  • a fee is set at a low gas price, and our minimum is now bumped
  • a unprofitable message that has circulated the queue too long and is being re-crawled by our crawler over and over

this PR also handles context.Cancelled shutdown error correctly, by doing nothing with the message, instead of Nacking it. Now it will automatically go to a diff consumer.

@cyberhorsey cyberhorsey changed the title feat(relayer): flags for processing and idnexing minimum amounts feat(relayer): flags for processing and indexing minimum amounts Jun 26, 2024
@cyberhorsey cyberhorsey added this pull request to the merge queue Jun 27, 2024
Merged via the queue into main with commit 04a3370 Jun 27, 2024
7 checks passed
@cyberhorsey cyberhorsey deleted the min_fee_ack branch June 27, 2024 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants