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

Feature request: Queue#status? #1274

Closed
ashkank83 opened this issue Apr 10, 2019 · 2 comments
Closed

Feature request: Queue#status? #1274

ashkank83 opened this issue Apr 10, 2019 · 2 comments

Comments

@ashkank83
Copy link

Description

As discussed on the gitter channel, it would be great to add a new function to queue which returns the status of the queue. i.e. is it "Paused", "Closed", ...

If the generic queue#status is not possible then maybe queue#isPaused which returns a boolean.

@manast
Copy link
Member

manast commented Apr 10, 2019

ok, we can report paused, but closed is not a queue status, rather a status of your particular instance of the queue.

@kand617
Copy link

kand617 commented Apr 21, 2019

This feature is really useful. I would like to now if queue is active/paused globally.

manast added a commit that referenced this issue Jun 29, 2020
manast added a commit that referenced this issue Jun 29, 2020
@manast manast closed this as completed in 19c7e44 Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants