You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(ynabber): channels for fan out to writers
Use channels to batch transactions and fan out to writers. This is
prep work for allowing multiple "pipelines" of readers and writers and
potentially multiple instances of Ynabber running concurrently.
commit-id:d118ecdf
fix: new gocardless rate limits
GoCardless is going to add establish a limit of 4 requests per day.
Increase the interval to every 6 hours to avoid hitting the limit by
default.