how do i handle one api route?

hi,

i have an app with one api endpoint. that end point is more and more in use, and i was wondering how i can make that endpoint not boggle down the app?

the result of the api is either kicking off a background job or a result from a calculation…

thank you

Any of:

1. Benchmark, measure, address bottlenecks 2. Scale vertically 3. Scale horizontally