-
Notifications
You must be signed in to change notification settings - Fork 108
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
Added PagedListQueuesWithParameters endpoint + Tests #118
Conversation
This looks promising, thank you. |
Thanks! We're still testing using it in a newrelic integration, but having trouble getting concurrency working, for cases where there are a large number of queues in the cluster. The page feature helped start this, though. |
This is the closest we've gotten. May have it working tomorrow. ^^ This works well (commented out) for clusters with a few queues. Our cluster with the most queues (dev, go figure) took 59s to pull...not useful for newrelic infrastructure/insights. |
@jordanbcooper are there more changes coming to this PR? I'm not sure how to interpret your last comment, sorry. |
No worries, sorry for the confusion. Nothing else to add here |
@michaelklishin This is fine to merge. |
So we can loop through "api/queues?page=1".. etc.