Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saving partial state resulted in 500 error using git backend #37

Open
dev-dull opened this issue Mar 8, 2018 · 1 comment
Open

Saving partial state resulted in 500 error using git backend #37

dev-dull opened this issue Mar 8, 2018 · 1 comment

Comments

@dev-dull
Copy link
Owner

dev-dull commented Mar 8, 2018

Currently unclear how to recreate the issue, but a terraform job was canceled (via ^c) during apply, PyTerraBackTYL responded with a 500 error while saving partial state. The canceled job gracefully exited and the resulting state was successfully saved. No error was generated in the log.

To help catch the exact cause, error messages should be logged in the Flask internal-server-error (500) error handler.

@dev-dull
Copy link
Owner Author

dev-dull commented Mar 9, 2018

I suspect this may be happening when the existing state exactly matches the one already in git (git pukes because there's no changes to push, nothing to do).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant