Account for workloads exceeding cycle period
- Dominant language
- Go
- Stars
- 58
- Forks
- 55
- Avg merge
- 9h 9m
- Merged PRs (30d)
- 424
Description
**Motivation**
it's possible for some workloads (accounts with many resources) to exceed the time we allow for cycles to run. this would result in cloudbeat always reporting partial findings, as each cycle would end before scanning is complete. (see https://github.com/elastic/cloudbeat/pull/2055#discussion_r1567816827 and https://github.com/elastic/cloudbeat/pull/2055#discussion_r1568318377)
**Definition of done**
- [ ] come up with a mechanism to allow cloudbeat to resume a cycle if the previous one didn't finish, while avoiding infinite cycles
**Related tasks/epics**
- https://github.com/elastic/cloudbeat/issues/2054
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.