-
Notifications
You must be signed in to change notification settings - Fork 3
Request queuing #25
Copy link
Copy link
Open
Labels
area/apiChanges in APIChanges in APIenhancementNew feature or requestNew feature or requestpriority/p2high priority ( lower number better )high priority ( lower number better )
Metadata
Metadata
Assignees
Labels
area/apiChanges in APIChanges in APIenhancementNew feature or requestNew feature or requestpriority/p2high priority ( lower number better )high priority ( lower number better )
Request queuing
Implement request queuing for code receiver backend.
Most of the time, requests can take less than 30 sec, which is a common constraint of any Coding platform. Or in our case, it was kept for 10 sec. For reference see context cancellation.
So having such an extensive request time means it will be much better if we implement request queuing.