GoodManWEN/fastapi-queue

Thanks for amazing library..I am getting following issue when I start request

pritamfocal opened this issue · 2 comments

File "main.py", line 62, in sync_test
async with DistributedTaskApplyManager(
File "/usr/local/lib/python3.8/site-packages/fastapi_queue/gateway_manager.py", line 103, in aenter
success: int = await script(keys = (self._token_name, self._occupancy_token_name), args = (self._process_timeout + self._confirm_timeout,))

Do you know why its happening ?

I'm honoured to have your appreciation. Can you provide an example of a minimal implementation that reproduces the bug?

Hi it worked finally amazing library..I am facing new issue with this now.

I have tensor flow model running with ray and asynco..when I use this queue for normal operation its working fine but with my ray library I am getting any responce back do you know why ?