forked from gleanerio/scheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
General speedups for the pipeline; Fix functionality for export (#90)
- the prov graph and data graph are separate and thus don't need to have a dependency in the scheduler pipeline - the final export just exports the data graph not the `prov` graph so we don't need to wait on `prov` for exports - schedule clears the partition status when it is ran, that way the export won't be ran again until everything completes. - fairly sure this gives the behavior we want; namely that graphs are only generated whenever the schedule requests a new crawl; not if we just have a one off asset completion. - get rid of a compose container to make the buckets and just put this behavior directly in python - we can download the gleaner and nabu images in parallel with threading --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Benjamin Webb <[email protected]>
- Loading branch information
1 parent
c4168db
commit 4fb73de
Showing
4 changed files
with
58 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters