Describe the bug
I have a website about 5k DAU ,and api call from another service through api doc , i can see from console these api from another service jump queue and process immediately.
Is this supposed behavior or a bug?how can i fix this ?
Is there an existing issue for this?
Reproduction
call api when there is a queue in website : https://ai-creator.net/aiart ,
I am hosting stable diffusion webui, i am not so sure how can you debug online.
Screenshot
No response
Logs

you can see there are two jobs ,but i have only set concurrency_count=1 in my code.
System Info
>>> import gradio as gr
>>> gr.__version__
'3.4b3'
>>>
Severity
serious, but I can work around it
Describe the bug
I have a website about 5k DAU ,and api call from another service through api doc , i can see from console these api from another service jump queue and process immediately.
Is this supposed behavior or a bug?how can i fix this ?
Is there an existing issue for this?
Reproduction
call api when there is a queue in website : https://ai-creator.net/aiart ,
I am hosting stable diffusion webui, i am not so sure how can you debug online.
Screenshot
No response
Logs
you can see there are two jobs ,but i have only set concurrency_count=1 in my code.
System Info
>>> import gradio as gr >>> gr.__version__ '3.4b3' >>>Severity
serious, but I can work around it