Ruby on Rails Wednesday, September 23, 2015

Let say we have a very long process API(it took more than 10s).

One solution was to make the process in background and return right
away, and we also need to create anther API to get_status whether the
process completed or still in progress.

I'm looking for a better solution.

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/53cae12cabd0b05956654db2d11c4807%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment