Hi,
I’m running an app in Laravel Vapor.
I have a task that import a file Excel in the app and store the data.
But it throw error because after 10 seconds the task timeout.
In the cloudfront logs i get this:
Task timeout after 10.02 seconds
In the app it returns error 502 with the message internal server error
In case someone need it you have to change the default time your in your vapor.yml configuration file.
By default Vapor limit web request execution time at 10 seconds.