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

Enable getting a Task's Tag while inside the ExecutionState #132

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

sarsko
Copy link
Contributor

@sarsko sarsko commented Feb 1, 2024

The current version of get_tag_for_task requires borrowing the ExecutionState. This means the Tag cannot be gotten if the ExecutionState is already borrowed (such as when doing scheduling). This change makes it possible to get a Task's Tag while having a borrow to ExecutionState.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@jorajeev jorajeev merged commit 34b1db4 into main Feb 5, 2024
5 checks passed
@sarsko sarsko deleted the tag-for-task branch March 4, 2024 22:15
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