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
This task involves implementing support for the scan_on_start and interval settings, applying timeouts to scans, and ensuring graceful stopping behavior. The scheduling logic must be efficient and allow configurable scan intervals.
Tasks
Research & Design
Define scheduling mechanism and timeout rules.
Establish logic for scan_on_start behavior.
Development
Implement interval-based scheduling.
Apply timeouts for scans and individual checks.
Ensure proper handling of scan interruptions.
Unit Testing
Validate scheduled scan execution.
Ensure correct application of timeouts and graceful stops.
Documentation
Document scheduling configuration and timeout rules.
Provide examples of scan execution scenarios.
Definition of Done
Scheduling mechanism and timeout logic are implemented.
Unit tests validate scan scheduling and interruption handling.
Documentation is complete and reviewed.
The text was updated successfully, but these errors were encountered:
I started working on the issue, adding the logic to use the class variables that define the scan interval and the execution of a scan at startup.
2025/04/29
I continued with the development, ran some tests, but I'm having trouble applying the rebase correctly and compiling successfully. It might be an issue with the compiler version and recently introduced changes.
2025/04/30
Final adjustments and testing were completed to close the issue.
Uh oh!
There was an error while loading. Please reload this page.
Description
This task involves implementing support for the
scan_on_start
andinterval
settings, applying timeouts to scans, and ensuring graceful stopping behavior. The scheduling logic must be efficient and allow configurable scan intervals.Tasks
Research & Design
scan_on_start
behavior.Development
Unit Testing
Documentation
Definition of Done
The text was updated successfully, but these errors were encountered: