▲ | dirkc 3 days ago | |
Thanks. I found that very informative! I also now have the dreadful notion of debugging a non-deterministic deadlock or race condition in a workflow that takes a week to run! | ||
▲ | jedberg 3 days ago | parent [-] | |
The good news is that with durable queues and workflows, you get all the observability you need to make debugging even long running workflows pretty straightforward! Also, check out the sibling comment for more information about durability. |