how do i handle one api route?

8 views
Skip to first unread message

tom

unread,
Dec 29, 2019, 7:11:24 PM12/29/19
to Ruby on Rails: Talk
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


Hassan Schroeder

unread,
Dec 29, 2019, 8:08:27 PM12/29/19
to rubyonrails-talk
On Sun, Dec 29, 2019 at 4:11 PM tom <toma...@gmail.com> wrote:

> 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?

Any of:

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

--
Hassan Schroeder ------------------------ hassan.s...@gmail.com
twitter: @hassan
Consulting Availability : Silicon Valley or remote
Reply all
Reply to author
Forward
0 new messages