PyTerraBackTyl icon indicating copy to clipboard operation
PyTerraBackTyl copied to clipboard

Saving partial state resulted in 500 error using git backend

Open dev-dull opened this issue 7 years ago • 1 comments

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 avatar Mar 08 '18 20:03 dev-dull

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).

dev-dull avatar Mar 09 '18 20:03 dev-dull