I'm getting quite a lot TokenMismatchException, I assume its since I am using Spot instances that might replace the instance thats actually serving the request (2 Spot instances behind a Load Balancer)
Is there a way to fix this issue? are the tokens saved in the db?
The tokens are saved by default in the session which is saved on the server itself. You can easily update this the database, so you won't have this issue anymore