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

Any way to force a task to the front of the queue? #49

Open
Kinzi opened this issue Jan 30, 2018 · 1 comment
Open

Any way to force a task to the front of the queue? #49

Kinzi opened this issue Jan 30, 2018 · 1 comment

Comments

@Kinzi
Copy link

Kinzi commented Jan 30, 2018

I have to limit requests by user. Let's say a user has a queue with 10 background tasks lined up. Is there a way to push a single manual request to the top of the queue so it get's executed next before the rest of the background jobs?

@jhurliman
Copy link
Owner

Right now it is first come first serve. I would be open to a new method that adds a task to the front of the list instead of the back if it gets rate limited.

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

2 participants