generated from aboutcode-org/skeleton
-
Notifications
You must be signed in to change notification settings - Fork 23
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
PurlDB: Monitor scanning jobs #334
Comments
12 tasks
@keshav-space I think this is completed now by @JonoYang ... do you mind to add a completion comment? |
Completed by @JonoYang in: The simple way to test this is to follow the below steps after installing PurlDB (https://github.com/nexB/purldb?tab=readme-ov-file#installation):
Meaning of various 0 => 'new'
1 => 'submitted'
2 => 'in progress'
3 => 'scanned'
4 => 'indexed'
5 => 'failed'
6 => 'timeout'
7 => 'scan index failed' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should have a way to check on the status of indexing/scanning jobs in PurlDB, this could be either an API endpoint that provide status on the symbols collections/indexing that are pending for a PURL; or it could a management command.
An API endpoint on the scan_queue would be best.
The text was updated successfully, but these errors were encountered: