Rasa on okteto

When I’m training the rasa bot deployed on okteto after 1-2 minute of training process, it will stop the training process and respond with an error 504 internal server error. How can I fix this?

It could be a memory issue but I would look at the debug log next.

When I train, I get this debug messages and after that I get 504 Gateway Time-out by nginx, how do I fix this?

I don’t see any issues from the log shown but 3Gb is not much memory. It’s possible the underlying VM ran out of memory (not sure how you would see this on Okteto).

I’d increase the memory to 8Gb and re-try.