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
{{ message }}
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.
Current we have a sycner, aggregator and a main process that work with the DB directly when finalizing a deposit we need to stop processing batches, for that need we need a common communication stream between them.
The text was updated successfully, but these errors were encountered:
We essentially just need to pass a context between syncer and aggregator, then when deposit is being processed we can pass a signal to aggregator to pause aggregation till deposit is done.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current we have a
sycner
,aggregator
and amain
process that work with the DB directly when finalizing a deposit we need to stop processing batches, for that need we need a common communication stream between them.The text was updated successfully, but these errors were encountered: