You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
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 ?
The text was updated successfully, but these errors were encountered: