dbos-inc / dbos-transact-py

Ultra-Lightweight Durable Execution in Python
https://docs.dbos.dev
MIT License
244 stars 7 forks source link

add debug logs before each step runs/replays #115

Closed ananis25 closed 1 month ago

ananis25 commented 1 month ago

This PR adds debug logs before each step/transaction/sleep and other constructs that are tracked in the history. It is helpful to distinguish which parts of the workflow code are being replayed from history, vs being run for the first time.

ananis25 commented 1 month ago

Had missed it, done.