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

fix 567: task graph processing #604

Merged
merged 44 commits into from
Dec 5, 2023
Merged

fix 567: task graph processing #604

merged 44 commits into from
Dec 5, 2023

Conversation

ungarj
Copy link
Owner

@ungarj ungarj commented Nov 16, 2023

fixes #567

  • complete refactor of mapchete.commands
  • remove mapchete.Job and use observer pattern to track execution state and progress
  • refactor mapchete.processing
  • replace mapchete.processing.compute with mapchete.processing.execute

@coveralls
Copy link

coveralls commented Nov 16, 2023

Coverage Status

coverage: 100.0%. remained the same
when pulling f282d61 on 567_task_graph_processing
into e56b027 on main.

@ungarj ungarj merged commit 45d42c3 into main Dec 5, 2023
6 checks passed
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

Successfully merging this pull request may close these issues.

decide intelligently whether to use task graph processing
2 participants