Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sweep updates timestamp of last extracted scan rather than the time of the last sweep #51

Closed
nleach999 opened this issue Mar 24, 2021 · 1 comment · Fixed by #66
Closed
Labels
enhancement New feature or request

Comments

@nleach999
Copy link
Collaborator

Describe the problem

When CxAnalytix performs a sweep, it will calculate all scans that need to be extracted based on a recorded timestamp. The timestamp of the current sweep is then recorded for use as the starting time for the next sweep.

If the current sweep is interrupted or a scan can't be extracted, scans that were resolved in the current sweep may never be extracted.

Proposed solution

Update the last sweep timestamp per project using the timestamp of the last scan extracted for that project. This should mean that scans for each project are extracted in chronological order.

@nleach999 nleach999 added the enhancement New feature or request label Mar 24, 2021
@nleach999
Copy link
Collaborator Author

Implementation of this depends on #52.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant