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

Implement field data job logging #108

Open
ZavenArra opened this issue May 4, 2024 · 0 comments
Open

Implement field data job logging #108

ZavenArra opened this issue May 4, 2024 · 0 comments

Comments

@ZavenArra
Copy link
Contributor

ZavenArra commented May 4, 2024

Field data job logging is a generic way to keep track of jobs that were run on field data, and what version of the algorithm was used. This is helpful for reprocessing, and provides a standard way to check on the status of a given entity.

This will be implemented as an enhancement once #103 and #107 are completed. The field data job log will replace the *_processed_at fields in field data entities.

This ticket will be described in more detail. By way of example, job_type could be root_check_v1, root_check_v2, session_segmentation_v1, etc. The job details JSON can store the entity type, entity id, and any job parameters. This can be used for joins using postgres json/nosql query syntax for check for processing status on sessions, captures, etc.

Image

@ZavenArra ZavenArra assigned ZavenArra and unassigned ZavenArra May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant