Question
Do App Platform Jobs have a timeout?
I have a job that uses libpostal to cleanup around 380k addresses in my database. When I first deployed the job, it stopped after around one hour with an error but no description. Is there a limitation of how long a job can run? Or maybe any other limitations that I should be aware of? The job produces a log message for every address it handled. Could there be a problem with the amount of log messages maybe?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×