-
Notifications
You must be signed in to change notification settings - Fork 235
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
Support easy run daemon mode for Linux/MacOS #4245
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chenyukang
force-pushed
the
yukang-daemon
branch
2 times, most recently
from
November 22, 2023 16:36
50d4e87
to
c2e5ca1
Compare
eval-exec
added
t:enhancement
Type: Feature, refactoring.
b:cli
Break cli options and config file
labels
Nov 23, 2023
chenyukang
changed the title
Support easy run/miner daemon mode for Linux/MacOS
Support easy run daemon mode for Linux/MacOS
Nov 23, 2023
chenyukang
force-pushed
the
yukang-daemon
branch
2 times, most recently
from
November 24, 2023 15:34
f9c2b05
to
0b8e828
Compare
quake
reviewed
Nov 29, 2023
quake
reviewed
Nov 29, 2023
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.
a sentry log is printed when I run with ckb daemon --check
, I think we should remove it:
ckb : running pid - 81683
2023-11-29 02:01:44.763 +00:00 main INFO sentry sentry is disabled
eval-exec
reviewed
Nov 29, 2023
eval-exec
reviewed
Nov 29, 2023
quake
requested changes
Nov 29, 2023
chenyukang
force-pushed
the
yukang-daemon
branch
from
November 29, 2023 04:31
60e8f70
to
b3298dc
Compare
Removed. |
zhangsoledad
approved these changes
Dec 8, 2023
zhangsoledad
approved these changes
Dec 8, 2023
eval-exec
reviewed
Dec 8, 2023
eval-exec
approved these changes
Dec 12, 2023
chenyukang
force-pushed
the
yukang-daemon
branch
from
December 12, 2023 03:51
e45a984
to
d5b2601
Compare
auto-merge was automatically disabled
December 18, 2023 12:07
Merge queue setting changed
chenyukang
force-pushed
the
yukang-daemon
branch
2 times, most recently
from
December 26, 2023 06:52
b81972e
to
3dd1f72
Compare
quake
approved these changes
Dec 26, 2023
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Dec 26, 2023
chenyukang
force-pushed
the
yukang-daemon
branch
from
December 26, 2023 08:52
3dd1f72
to
6e975a5
Compare
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
What problem does this PR solve?
Issue Number: close #4237
Problem Summary:
What is changed and how it works?
daemonize
for supporting daemoncolored
for better terminal UXnew_global_runtime
need to be invoked after daemonize successCommand line:
ckb run --daemon
- run ckb in daemonckb daemon --check
- check the status of serviceckb daemon --stop
- stop the daemon processWhat's Changed:
Related changes
owner/repo
:Check List
Tests
Side effects
Release note