yao/agent/robot/pool
Max 38a3316336 feat(robot): enhance execution management and slot acquisition
- Implemented pre-acquisition of execution slots in the Tick method to prevent race conditions, ensuring that robots do not submit duplicate executions.
- Updated TryAcquireSlot method to support idempotent behavior, allowing for early slot reservation without consuming additional resources.
- Modified worker execution logic to skip pre-checks for robots that have already acquired a slot, streamlining the execution process.
- Improved error handling during execution submission to ensure proper tracking and removal of failed executions.
2026-03-24 22:30:37 +08:00
..
goroutine_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
pool.go Add Execution Completion Callback to Worker Pool 2026-01-28 19:35:38 +08:00
pool_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
queue.go Enhance Execution Control and Error Handling in Robot Manager 2026-01-28 19:10:01 +08:00
queue_test.go Enhance Robot Pool and Executor Implementations 2026-01-14 20:30:27 +08:00
worker.go feat(robot): enhance execution management and slot acquisition 2026-03-24 22:30:37 +08:00
worker_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00