Update Task Scheduling Rules - #203
Merged
MartinMa318 merged 3 commits intoDec 30, 2025
Merged
Conversation
✅ Deploy Preview for tapdata-en ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
jackin-code
reviewed
Dec 29, 2025
|
|
||
| - **Startup scheduling**: When a task starts, the system checks how many tasks each live Agent is currently running and schedules to the Agent with the fewest tasks. | ||
| - **Failover**: If an Agent heartbeat times out or task takeover fails, the system immediately reschedules and moves affected tasks to the live Agent with the fewest tasks. | ||
| - **Dynamic balancing**: The system continuously monitors Agent load and automatically rebalances tasks to keep distribution even. |
There was a problem hiding this comment.
现在不支持根据 Agent load 进行任务调度,只是简单基于agent 运行的任务数量进行调度,优先调度到任务数少的引擎上
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.