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

Needs less invasive method to check queues with custom properties (e.g. long-polling) #137

Open
worldofswift opened this issue Dec 11, 2018 · 0 comments

Comments

@worldofswift
Copy link

Given the case:

  1. SQS queue with long-polling (just a little-modified default driver with additional parameter)
  2. This checker slows down its own execution because it needs to write and extract job which is not the desired behaviour, which in long polling have some worst ranges for this idea.
  3. Also, I get Return-Path: <health@example.com> in my debug log.

At all, pushing and pulling an actual job to and from the queue is not a good solution because of its invasive behaviour.
Maybe a good solution is to use underlined drivers to check the ability to write and read queue, not performing actual actions.

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

No branches or pull requests

1 participant