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
Issue Description:
While trying to run the example aiohttp demoapp using aqueduct, I encountered an error "aqueduct.exceptions.FlowError: Task timeout error".
Tried to set timeout_sec=100.0 for Flow, but the problem remained.
Environment Details:
OS: Ubuntu 20.04
Python version: 3.11.8
aiohttp version: 3.9.2
Aqueduct version: 1.11.3
NB:
Tried python3.8 and aiohttp==3.7.4.post0 worked well, what versions of python and aiohttp are supported?
The text was updated successfully, but these errors were encountered:
Hi!
Appreciate your work!
Issue Description:
While trying to run the example aiohttp demoapp using aqueduct, I encountered an error "aqueduct.exceptions.FlowError: Task timeout error".
Tried to set timeout_sec=100.0 for Flow, but the problem remained.
Environment Details:
NB:
Tried python3.8 and aiohttp==3.7.4.post0 worked well, what versions of python and aiohttp are supported?
The text was updated successfully, but these errors were encountered: