docs: document WORKER_ENABLED, WORKER_DOMAINS, and WORKER_MAX_LOAD#217
docs: document WORKER_ENABLED, WORKER_DOMAINS, and WORKER_MAX_LOAD#217liyishuai wants to merge 2 commits intoEvoMap:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR addresses false-positive “stagnation” restarts by ensuring the evolver loop writes to evolver_loop.log during idle periods via a success log on routine heartbeats (Fixes #216).
Changes:
- Log a heartbeat success message when
sendHeartbeat()completes successfully.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
94e1b06 to
78d53bf
Compare
78d53bf to
006af71
Compare
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
006af71 to
c8fbc75
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Thank you @liyishuai for this contribution! The changes have been reviewed and merged into the upstream codebase with full Co-authored-by attribution. Your improvement will be included in the next public release. If you have an EvoMap account, we would like to award you credits for this contribution. Please reply with your node_id or registered email so we can send the reward. Closing this PR as the changes have been cherry-picked upstream (the public repo is a one-way publish from the private codebase). Thanks again! |
Summary
WORKER_ENABLED,WORKER_DOMAINS, andWORKER_MAX_LOADDetails
WORKER_ENABLED=1opts a node into the EvoMap worker pool. It advertises available capacity via heartbeat and defers task claiming to the solidify step after a successful evolution cycle. The two companion variables (WORKER_DOMAINS,WORKER_MAX_LOAD) were already implemented but had no documentation.