fastapi-queue icon indicating copy to clipboard operation
fastapi-queue copied to clipboard

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

Open pritamfocal opened this issue 3 years ago • 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 ?

pritamfocal avatar Jan 13 '23 06:01 pritamfocal

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

GoodManWEN avatar Feb 21 '23 18:02 GoodManWEN

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 ?

pritamfocal avatar Feb 21 '23 19:02 pritamfocal