code breaks at different point of the process.
nwene
PROOP
a month ago
code breaks at different point of the process. I don't know why. All the same generic error: Maximum execution time of 30 seconds exceeded. It is a paid service project. After payment is successful, the request does not hit the back end. So, I always see new payment with no requests. Sometimes, it breaks in my model, sometimes in my controller, different points. It is a laravel project
2 Replies
mikeyliow
PRO
a month ago
is there a 30s maximum server timeout u set for your APIs?
mikeyliow
is there a 30s maximum server timeout u set for your APIs?
nwene
PROOP
a month ago
No. There is no max time out on my code. Is there a max timeout set by Railway environment?