-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add order
step to SDK processors
#544
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
88b390f
to
3fe6b03
Compare
|
||
const UPDATE_PROCESSOR_STATUS_SECS: u64 = 1; | ||
pub const UPDATE_PROCESSOR_STATUS_SECS: u64 = 1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be a config thing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah this can be the default, but it should be configurable per processor.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dermanyang could you include this change (accepting a polling_duration
param) with the other changes you're making to LatestVersionTracker?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will do
3fe6b03
to
40bc6e1
Compare
c194dad
to
e4ef014
Compare
40bc6e1
to
07482c2
Compare
07482c2
to
8defcfd
Compare
Description
This PR adds OrderByVersionStep to events and FA processors. It also updates LatestVersionTrackerStep to assume the transactions batches are coming in order.
Next PR: Parallelize storer
Testing
Run FA processor