dcdourado / ecto_backfiller

A back-pressured backfill executor for Ecto
Apache License 2.0
1 stars 0 forks source link

fix running verification #9

Closed dcdourado closed 2 years ago

dcdourado commented 2 years ago

Closes #5

I wasn't keeping the state up to date with backfill execution status. Figured out that it was simpler to not have a state at all and look for active subscription references.