Results 48 comments of Yusef Napora

I'm curious about the custom alternative also. There are some things we'd like to do (like staging backup / rollback) that would be hard to fit into the Flyway scheme...

@redaphid I think I fixed the thing where playwright wants to download chromium every time - there was just a version mismatch between the docker image and our code. I...

Hey @hugomrdias sorry that this crept past the scope - that's totally on me for not keeping you looped in as we kept iterating on this. How would you feel...

cc @funkytek - would be great if you guys could play with this branch a bit and see if there are any rough spots I missed :)

@vasco-santos maybe we should use timestamps instead of sequence numbers for versioning migrations?

> Script to copy a snapshot of the staging db for rollback if required. This is a great idea and hopefully gets rid of the need for explicit "undo migrations"...

It does only seem to happen with `Query`, and the exception is bubbled up through the `CompletableFuture`. Thanks for the explanation; it makes sense that you'd want to fail queries...

I just tried with copycat master, and the issue is improved. In our real project we've got our own retry logic in the client, and it was previously failing after...

@kuujo thanks so much for your help with this. Installing catalyst and copycat from master seems to have resolved our issues. Looking forward to the new releases 😄 Excellent work...

upstream issue in puppeteer: https://github.com/puppeteer/puppeteer/issues/6622