-
Notifications
You must be signed in to change notification settings - Fork 269
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: Add Real-time task report function #1001
Merged
Merged
Changes from all commits
Commits
Show all changes
71 commits
Select commit
Hold shift + click to select a range
bf0263c
Update task.go
NeganZhao 5e6dc8b
Update task.go
NeganZhao 6c8da2b
Update task.go
NeganZhao dc4f6ce
Update task.go
NeganZhao 1d048ea
Update task.go
NeganZhao e643a77
Update task.go
NeganZhao a814cc7
Update task.go
NeganZhao 3464c22
Update task.go
NeganZhao 7e09590
Update task.go
NeganZhao fba25cb
d
NeganZhao 2e3e1b3
aa
NeganZhao 52df0b8
Update task.go
NeganZhao 8c09ade
Update task.go
NeganZhao 5f07571
Update task.go
NeganZhao e89c36f
Update task.go
NeganZhao 3bcf055
Update task.go
NeganZhao f18b617
Update task.go
NeganZhao 2cce027
Update task.go
NeganZhao 28891f4
Update task.go
NeganZhao 9f62297
Update task.go
NeganZhao 03f3a87
Update task.go
NeganZhao 78910ee
Update task.go
NeganZhao 9b334f2
Update task.go
NeganZhao 4ee6755
Update task.go
NeganZhao 799c6d9
ad
NeganZhao 9994a5e
Update task.go
NeganZhao 8b65423
Update task.go
NeganZhao 9467f96
Update task.go
NeganZhao 1aba411
Update task.go
NeganZhao 483582b
Update task.go
NeganZhao eb58a79
Update task.go
NeganZhao 8a09434
Update cmd_nix.go
NeganZhao 1ba127d
Update task.go
NeganZhao dc77436
Update task.go
NeganZhao 531e1a8
Update task.go
NeganZhao d788b44
Update task.go
NeganZhao 1d68755
Update task.go
NeganZhao 0a45acc
Update task.go
NeganZhao 7998e14
Update task.go
NeganZhao edfa0dc
Update task.go
NeganZhao a354a42
Update task.go
NeganZhao a6bb245
Update task.go
NeganZhao 4250788
Update tasks.go
NeganZhao 0ab829f
s
NeganZhao f03e28e
Update tasks.go
NeganZhao 686b322
a
NeganZhao 05ad2e5
Update heartbeat.go
NeganZhao b471dff
aa
NeganZhao 13325da
Update tasks.go
NeganZhao f4b568f
Update tasks.go
NeganZhao aae5781
Update tasks.go
NeganZhao 7d7b639
Update heartbeat.go
NeganZhao b1f5913
Update tasks.go
NeganZhao 33b5cbe
Update tasks.go
NeganZhao e729a6a
a
NeganZhao 0142811
realtime report
NeganZhao c06af96
Update task.go
NeganZhao e1fd24a
Update task.go
NeganZhao afeaca8
Update task.go
NeganZhao faaa5b4
Update task.go
NeganZhao 206a0a8
Update task.go
NeganZhao eb6c3f4
Update task.go
NeganZhao 8e9cdfb
error realtime output
NeganZhao 40335bd
a
NeganZhao dab45db
Update task.go
NeganZhao 31f8184
Update task.go
NeganZhao 5ca023f
Update task.go
NeganZhao f65d04f
Update task.go
NeganZhao 18d72d5
Update task.go
NeganZhao 8535793
Merge branch 'flashcatcloud:main' into main
NeganZhao dd2cee8
Update task.go
NeganZhao File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
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.
这里running为什么去掉了?
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.
原本的日志上报如果是在running状态的话是不会上报的,这里去掉了可以每次心跳上报一次
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.
running的日志是否有必要上报?只上报错误日志是否就够了?
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.
如果任务运行的时间过长,比如一两天,但是并不知道该任务运行到哪一步了。实时的话就方便查看