linux - Rails request timeout on browser but backend still works -


i have zone, location , capacity models such that, zone has_many :locations , location has_many :capacities.
on rails4 production server, when try create more 500 locations capacities, times out , shows 500 error. on backend, keeps creating locations capacities. how can stop server timing out , know when backend process complete.
ps: using nginx on linux environment.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -