-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use sync handlers instead of async handlers (#17)
We've been getting a lot of errors in the upload endpoint: ``` curl: (22) The requested URL returned error: 504 ``` https://github.com/WATonomous/infra-config/actions/runs/12575927900/job/35051479296 This may be caused by too many clients trying to upload at the same time. This PR changes all of the handlers to sync handlers in attempt to alleviate this problem.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters