Skip to content
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(coordinator): assign static prover first and avoid reassigning failed task to same prover #1584

Merged
merged 33 commits into from
Jan 15, 2025
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
791fcaf
feat(coordinator): assign static prover first and avoid reassigning f…
yiweichi Dec 30, 2024
71acdb3
fix: lint
yiweichi Dec 30, 2024
8ce5121
fix: GetUnassignedBatchCount
yiweichi Dec 30, 2024
3e0589e
Merge branch 'develop' into feat-coordinator-assign-logic
yiweichi Dec 30, 2024
df92616
chore: remove extra files
yiweichi Dec 30, 2024
a75075d
fix: err log
yiweichi Dec 30, 2024
1c5d88d
fix: orm GetTaskOfProver
yiweichi Dec 30, 2024
e4c0779
fix: comments
yiweichi Dec 30, 2024
0d1c303
chore: auto version bump [bot]
yiweichi Jan 6, 2025
25796df
fix: comments
yiweichi Jan 8, 2025
e72523d
Merge branch 'feat-coordinator-assign-logic' of https://github.com/sc…
yiweichi Jan 8, 2025
e51e95d
chore: auto version bump [bot]
yiweichi Jan 8, 2025
e0aa5be
fix: lint
yiweichi Jan 8, 2025
c2075c8
Merge branch 'develop' into feat-coordinator-assign-logic
yiweichi Jan 8, 2025
77d3a75
Update coordinator/internal/logic/provertask/bundle_prover_task.go
yiweichi Jan 9, 2025
5ee2388
Update coordinator/internal/logic/provertask/batch_prover_task.go
yiweichi Jan 9, 2025
816d5ce
Update coordinator/internal/logic/provertask/batch_prover_task.go
yiweichi Jan 9, 2025
8f0ab50
Update coordinator/internal/logic/provertask/bundle_prover_task.go
yiweichi Jan 9, 2025
d8ad10f
Update coordinator/internal/logic/provertask/chunk_prover_task.go
yiweichi Jan 9, 2025
64e88ce
Update coordinator/internal/orm/prover_task.go
yiweichi Jan 9, 2025
dd3c9e1
Update coordinator/internal/logic/provertask/chunk_prover_task.go
yiweichi Jan 9, 2025
b11f010
feat: handle could prover name when assign task
yiweichi Jan 12, 2025
5ad00e7
feat: handle could prover name when assign task
yiweichi Jan 12, 2025
37deef1
fix: test
yiweichi Jan 12, 2025
078ac88
add jwt IdentityHandler
yiweichi Jan 12, 2025
27ae174
fix: test
yiweichi Jan 12, 2025
37ac215
fix: test
yiweichi Jan 13, 2025
cc57700
fix: typos
yiweichi Jan 13, 2025
f725c2e
fix: comments
yiweichi Jan 13, 2025
aae19ab
fix: lint
yiweichi Jan 13, 2025
35f22b4
fix: login verify
yiweichi Jan 13, 2025
1f05c6e
Apply suggestions from code review
yiweichi Jan 14, 2025
1e63677
add comments for IsExternalProverNameMatch
yiweichi Jan 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: auto version bump [bot]
  • Loading branch information
yiweichi authored and github-actions[bot] committed Jan 8, 2025
commit e51e95d0695960f433d7acc335f60a1d060a20a5
2 changes: 1 addition & 1 deletion common/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"runtime/debug"
)

var tag = "v4.4.85"
var tag = "v4.4.86"

var commit = func() string {
if info, ok := debug.ReadBuildInfo(); ok {
Expand Down