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

Get active queue name #25

Open
danieltulp opened this issue Dec 21, 2015 · 2 comments
Open

Get active queue name #25

danieltulp opened this issue Dec 21, 2015 · 2 comments

Comments

@danieltulp
Copy link

Sounds simple enough, a way to get the currently running queue name.

@thedustinsmith
Copy link
Contributor

Sorry for the delay in response - been a busy month. What if there are multiple queues running - does it return an array of active queue names? Just curious, what's the use case for which you need this?

@danieltulp
Copy link
Author

Use case for me was primarily debugging (I solved my problem in another
was).

But I can also imagine that one would like to check wheter a certain queue
is running if there is a possibility that multiple are running.

So someting like:
If($.ajaxq.IsRunning("myQueue")){
//do something
} else if($.ajaxq.IsRunning("myOtherQueue")){
//do some else
}
Op 14 jan. 2016 17:01 schreef "Dustin Smith" notifications@github.com:

Sorry for the delay in response - been a busy month. What if there are
multiple queues running - does it return an array of active queue names?
Just curious, what's the use case for which you need this?


Reply to this email directly or view it on GitHub
#25 (comment).

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

2 participants