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

bug? restart queue processing - lost ability to start stop #155

Closed
terryrankine opened this issue Oct 23, 2023 · 4 comments
Closed

bug? restart queue processing - lost ability to start stop #155

terryrankine opened this issue Oct 23, 2023 · 4 comments

Comments

@terryrankine
Copy link

Hi

If I terminate the app - then restart it - the queue starts processing again. which is great.
However
I seem to have no start and stop control over the queue.
I cant then stop the jobs - no matter what i try and do.
I can delete them - but cant pause/play the job or the queue initally.

after it has processed an entire line of the queue screen - i seem to be able to start interacting with the queue again.

I popped up debugger and the API call to /pause and /resume work - but the queue just keeps doing what it feels like.... until the first item (like a batch of 50) is done.

@tungnguyensipher
Copy link
Contributor

If you want to pause the queue initially on startup (or after restart), head to Settings -> Agent Scheduler -> Tick the Disable queue auto processing on startup. The start/stop function doesn't cancel the already running task, you can only delete (terminate it).

@terryrankine
Copy link
Author

terryrankine commented Oct 25, 2023 via email

@tungnguyensipher
Copy link
Contributor

Pause resume works after it's finished it's first task though. Or am I misunderstanding it?

The pause function applies only at the queue level, and individual tasks cannot be paused. Therefore, it might appear as though the pause function isn't working because the current task continues to run.

@terryrankine
Copy link
Author

terryrankine commented Oct 25, 2023 via email

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

3 participants