Muudka
CDCloudflare Developers
•Created by Muudka on 7/3/2024 in #workers-help
#parallel request
#request-cancelled
am making three #parallel request to work api.
Sometimes one of the Calls goes into a pending state before it is cancelled. Sometime it is just cancelled.
I am not sure what is going on, all the request have to go through an Auth middleware that modifies the request object to attach additional information that is then available to the controller.
The Auth middleware interacts with a self managed Postgres db.
In all instance where the request is cancelled it never makes it through the Auth middleware.
Any help would be appreciated
1 replies