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 check for resources on client-side task graphs. #472

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

thetorpedodog
Copy link
Contributor

Because of the way parameters were handled within the dag.Node class, on a client-side task graph (i.e., with Mode.REALTIME), we would never check to ensure that the unsupported resources parameter was not set. This change adds that check, as well as checks to locally-executing nodes (where resources cannot be specified at all).

[sc-35354]

Because of the way parameters were handled within the `dag.Node` class,
on a client-side task graph (i.e., with `Mode.REALTIME`), we would never
check to ensure that the unsupported `resources` parameter was not set.
This change adds that check, as well as checks to locally-executing
nodes (where resources cannot be specified at all).
@shortcut-integration
Copy link

Copy link
Member

@Shelnutt2 Shelnutt2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@thetorpedodog thetorpedodog merged commit dad29ef into main Oct 11, 2023
@thetorpedodog thetorpedodog deleted the resource-specification branch October 11, 2023 13:46
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.

2 participants