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
I get errors coming from the aiomcache connection and I'm honestly not sure what the issue is. The aiohttp server sets up a connection when the app starts up:
Thank you, I used your aiojobs and it seems to have helped. Maybe a note about that section should go in the quickstart, I missed it in the advanced section. I'll reopen if I figure out if there actually is an issue with aiomcache.
I get errors coming from the aiomcache connection and I'm honestly not sure what the issue is. The aiohttp server sets up a connection when the app starts up:
Views that use the Client() instance will sometimes fail. I have a
/health
endpoint that is being checked every 30 seconds or so:The other requests that fail have the same traceback, but this is specifically the one from the health endpoint:
There is nothing obvious in the memcached logs.
The text was updated successfully, but these errors were encountered: