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

Make TaskHubs only eligible for Task claims from compute services if they are associated with an 'active' AlchemicalNetwork #261

Open
dotsdl opened this issue Mar 27, 2024 · 0 comments

Comments

@dotsdl
Copy link
Member

dotsdl commented Mar 27, 2024

Expanding on #237, where we introduced the concept of AlchemicalNetwork state to allow users to set networks to states other than 'active' when they are no longer relevant, it is desirable for compute services to also not expend effort on non-'active' networks. Users generally don't expect networks that are not 'active' to still receive valuable compute attention.

To achieve this, we propose making Neo4jStore.query_taskhubs take a network_state keyword argument to filter on network state, by default giving only TaskHubs associated with 'active' networks.

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

No branches or pull requests

1 participant