Replace synchronous requests library calls with aiohttp in async codebase
#36
Labels
No Label
ai-changes-requested
ai-failed
ai-pr-opened
ai-reviewed
ai-reviewing
ai-working
ai-working
bug
enhancement
feature
in-queue
performance
security
tech-debt
todo
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/paper-dynasty-discord#36
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
helpers.py:11,helpers/main.py:11,helpers/random_content.py:9,cogs/players.py:6importrequests. Usage inhelpers.py:46,67callsrequests.get()synchronously, blocking the Discord bot event loop during network I/O.