Fast, non-persistent storage for testing and development
from upsonic.durable import InMemoryDurableStorage storage = InMemoryDurableStorage() durable = DurableExecution(storage=storage) # Use with task task = Task("Quick test task", durable_execution=durable)