slava pocheptsov
slava pocheptsov
It would be great to have retryWhen policy as a configuration to createLogic. So, it will be easier to implement retry policy without digging into observables. Ideally, just expose predicate...
Wrap outrigger filter `Proc` to handle any StandardError caused during loading migrations file. In a scenario, where pending migration has any issue it will be anyway raised in the Rails...
In matured applications, often happening that already applied legacy migrations are syntactically broken e.g.: ``` # frozen_string_literal: true class LegacyBrokenMigration < ActiveRecord::Migration[5.0] tag :broken # NameError: uninitialized constant LegacyBrokenMigration::BreakableChange BreakableChange.run...