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

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -