migrations icon indicating copy to clipboard operation
migrations copied to clipboard

More clear error messages in http responses

Open sharonovd opened this issue 4 years ago • 1 comments

Currently, /up http handler provides unclear error messages when something goes sour (basically, 500 with "something went wrong text"). It would be nice to have detailed error report (which migration failed on which instance, and which actually applied) available both in logs AND http response body

sharonovd avatar Dec 22 '20 18:12 sharonovd

Besides that, an arbitrary text message as a result of (succeeded) migration is also would be be great. Example use case: migration estimating change size or reporting about job results.

denesterov avatar Mar 04 '21 13:03 denesterov