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
feat: reload pipeline config independently #1713
feat: reload pipeline config independently #1713
Changes from 17 commits
9f501d7
f8d7a0a
750f732
8f73fa7
3496d95
c5206af
a6556f3
5a3c10f
d8d4c5b
96955d9
62f3a35
d602845
8c1ad10
fd478b7
9ddb08d
409f575
9e76b8a
d307d95
82baa18
d8c28cd
6442438
fad1bfe
0d9a2a7
9f0424e
4e022c5
5155278
0a05f02
b29b57f
e770c59
5d46f61
7714655
f5c4bf4
bea03ba
2bf161e
1cda480
98e14ec
7634196
25b10d2
1d97013
c932d94
385e565
8d9c1da
eb27f26
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.
抽成一个函数,评估一下需不需要再加一个condition variable来通知而不是死等
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.
condition variable要配合unique lock一起。这里只需要保证这一个变量的原子性,用atomic比unique lock更轻量级