Skip to content

Conversation

@philipp-seitz
Copy link
Collaborator

initial draft to mock worker functions by adding a default value that is returned instead of invoking the task worker.task(default_value=1).

The user can overwrite this behaviour manually:

debug_values = {iadd: lambda x, y: x + y + 1, itimes: _my_itimes, isubtract: 5}

This will only be used in a new function debug_graph that uses the InMemoryStorage and InMemoryExecutor to run the entire graph within one process.

@philipp-seitz philipp-seitz requested review from johnchildren and mwpb and removed request for mwpb December 19, 2025 15:33
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