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

Tasks queuing #448

Open
janusn opened this issue Jan 6, 2025 · 3 comments
Open

Tasks queuing #448

janusn opened this issue Jan 6, 2025 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@janusn
Copy link

janusn commented Jan 6, 2025

Please add tasks queuing.

@janusn janusn added the enhancement New feature or request label Jan 6, 2025
@jhj0517
Copy link
Owner

jhj0517 commented Jan 6, 2025

Hi. I believe it might be related to concurrency_limit here:

Currently concurrency_limit is not set and is used as 1 by default.
Probably adding concurrency_limit as a CLI option for app.py and letting users customize it is the way to go.

@jhj0517
Copy link
Owner

jhj0517 commented Jan 6, 2025

Increasing the concurrency_limit did not work as expected on my test.
Any PR or suggestions on this would be appreciated.

@jhj0517
Copy link
Owner

jhj0517 commented Jan 7, 2025

I just figured out that btn.click(trigger_mode="multiple",) does the thing.
But it seems there's a little more to do, so I'd mark this as WIP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants