Alex Soto
Alex Soto
Another question - I had to add the newer heroku platform-api gem as a dependency. You see any issues with that? I think there should be a separate issue to...
I looked at the code and I see what you mean. I need to test it out. At first glance it seems like it would still work, since you need...
So I've been playing around with the migration check. There's no 'clean' way to skip or force the migration. IMO, it would be simpler to override running the migrations (or...
Correction, `PendingMigrationCheck` uses `#last_deployed_commit`. I think I've deduced why it's invoked at setup, so the value is looked up before the deploy and not incorrectly after the git push.
I've submitted a PR #80 to refactor the interface a bit to make it easier to override using the `migration_check` option
just pinging to see if we can get some movement on this. Thanks.
just pinging again to see if we can get any traction on PR #80
This was included in PR #81 so you can close if you prefer
just pinging to see if we can get some movement on this. Thanks.
A problem I'm seeing is a task that is expected to be relatively short lived (few hours at most, but typically minutes) due to some bug is 'stuck' and still...