Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Block-builder: pull jobs from scheduler #10118
Block-builder: pull jobs from scheduler #10118
Changes from 70 commits
f457910
8f9d996
6712985
f97e4cb
4cfeed9
eaed668
d37b1f2
35d1868
81dee72
3772a12
7c3f2da
db44d45
5cc39ce
3c6a566
91b8e83
7355de9
c34617d
9f67caa
47b5662
188217f
179018e
f789447
bad7dc2
762012f
671f4b3
f760fa8
df7e43e
6ad943c
63313b0
509e9a8
fcdd240
77b00ac
6ed93cc
23e0db2
fa14a29
54f1af4
02d7856
b175c80
b419dd7
cb250cd
5e53ac8
9944af4
ecafbf5
5af6624
f17ee08
f980d09
815559f
9d238a2
727f684
3b766a0
d42f7bb
4281f8c
23024bc
f9fa09d
47f30b9
3c873ef
32aaa02
6e8c976
cdadc8c
c85ce3a
1f04656
904efbc
96b34c9
a2eab72
bf1f77d
3738b7f
a1e2945
6206183
0062ff8
4e8dd7a
929ab6c
eed567b
fd9f31d
0f4a620
ded6790
78f4bbb
eeeb3ac
baf97cf
53a889c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
It would be nice to tell back to scheduler that the job failed. But I guess scheduler will know when a job as not received an update for some (short) time?
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, I think I recall discussing this in a design document. Scheduler will know when it has failed as it won't receive an update within X seconds. We can always enhance this by adding failure info to the UpdateJob RPC. Initially I'm just keeping it barebones.