You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Skeleton implementation for Agent service with job polling and status
reporting happening at regular intervals which can be configured. A lot
of place holder code which is going to change a lot in coming PR's so
didn't add tests for now, will add them in coming PR's
## Cheour clientslist
- [ ] Added Unit Tests
- [ ] Covered by existing CI
- [ ] Integration tested
- [ ] Documentation update
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Introduced configuration management for agent components, including
polling intervals and service endpoints.
- Added abstractions and in-memory implementations for job execution and
key-value storage services.
- Implemented periodic job polling and status reporting handlers for
orchestration agents.
- Added Vert.x verticles to manage job polling and status reporting
workflows.
- **Improvements**
- Enhanced job struct to use a detailed job info field.
- Expanded job status types with an explicit "unknown" state and updated
status codes.
- **Dependency Updates**
- Included additional Vert.x dependencies for URI template support.
- Paour clientsaged resource files into the orchestration binary.
- **Bug Fixes**
- Updated job handling logic and tests to reflect changes in job ID
access patterns.
- **Tests**
- Adjusted tests to accommodate the new job info structure.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments