Hi
My Controller waits for a response from a lib folder ruby file which it is calling.
lib.rb runs for about 4 minutes and returns a string as result.
The controller waits for the string response and then application breaks after a minute showing Internal Server Error
what should i Do?
Regards