We are still getting tons of these 504s while deploying from a CI. We have the staging and production versions of the same app in different organisations so the order is:
- deploy staging with the staging org deploy token
- do a
flyctl auth logout
as we were getting lots of errors otherwise - deploy production with the production org deploy token
Step number 3 fails most of the times with a 504. Anyone else experiencing this? It’s becoming very problematic for our release lifecycle.