Contents:
FailingNode
Bases: BaseNode
BaseNode
A node that simulates failure for testing purposes. Intentionally raises a RuntimeError after a delay.
Get the ID of the node.
The node ID.
str
Simulate a failing node by raising a RuntimeError after a delay.
input_data – Input data for the node (unused in this implementation).
RuntimeError – Always raises an error to simulate failure.