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

No panic on create tasks if the graph ctx is none #1068

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

seriousben
Copy link
Member

@seriousben seriousben commented Nov 26, 2024

Context

Fixes #1067

What

Removing unwraps in start_tasks and replay_compute_graph.

Testing

Using the graph behavior test.

Contribution Checklist

  • If the python-sdk was changed, please run make fmt in python-sdk/.
  • If the server was changed, please run make fmt in server/.
  • Make sure all PR Checks are passing.

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.

server: create_tasks can panic if graph invocation ctx does not exist
2 participants