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

services: incorporate a scheduling system #9

Open
needmorecowbell opened this issue Jun 6, 2022 · 0 comments
Open

services: incorporate a scheduling system #9

needmorecowbell opened this issue Jun 6, 2022 · 0 comments

Comments

@needmorecowbell
Copy link
Owner

Some services will rely on other services to run before getting meaningful information. For example, the emlparser service should be run before everything, since it allows for other services to have an easy way to analyze the code coming in with python.

In addition, some services won't be able to run if conditions aren't met. Ie an eml may contain a zip file, which should have certain services run on it. One may extract the zip and once extracted, and then run services based off each file type within the zip.

Maybe services have conditions? Or an ordered list of dependent services?

Should there be a vault-wide service check that happens periodically?

Maybe some of these questions will be answered once more services are added. This may be answered when issue #3 is completed

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

No branches or pull requests

1 participant