Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Make all processes communicate with each other to avoid data getting corrupted. #9

Open
vaibhavchellani opened this issue May 26, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@vaibhavchellani
Copy link
Collaborator

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.

@vaibhavchellani vaibhavchellani added the enhancement New feature or request label May 26, 2020
@vaibhavchellani vaibhavchellani self-assigned this May 26, 2020
@vaibhavchellani vaibhavchellani added the good first issue Good for newcomers label May 26, 2020
@vaibhavchellani
Copy link
Collaborator Author

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant