Show HN: Durable Python Workflows
github.com
Show HN: Durable Python Workflows
1–10 of 17 posts
Re: Show HN: Durable Python Workflows
#2You only hide it for as long as things go smoothly. When a thing breaks then ur hosed. Having seen people try to self host cadence/temporal (not super easy) this makes me skeptical.
Re: Show HN: Durable Python Workflows
#3> In addition, it is a durable execution platform for long-running and reliable workflows. It is based on Temporal, hiding many of its infrastructure and coding complexities. You only hide it for as long as things go smoothly. When a thing breaks then ur hosed. Having seen people try to self host cadence/temporal (not super easy) this makes me skeptical.
That said, if you use autokitteh.cloud, you don't need to worry about Temporal as we're doing all that management behind the scenes.
Re: Show HN: Durable Python Workflows
#4> In addition, it is a durable execution platform for long-running and reliable workflows. It is based on Temporal, hiding many of its infrastructure and coding complexities. You only hide it for as long as things go smoothly. When a thing breaks then ur hosed. Having seen people try to self host cadence/temporal (not super easy) this makes me skeptical.
Re: Show HN: Durable Python Workflows
#5> In addition, it is a durable execution platform for long-running and reliable workflows. It is based on Temporal, hiding many of its infrastructure and coding complexities. You only hide it for as long as things go smoothly. When a thing breaks then ur hosed. Having seen people try to self host cadence/temporal (not super easy) this makes me skeptical.
My thoughts as well.. Libraries where the only reason to exist is 'hide this other complex library in the cupboard so you don't have to learn it' almost never achieve that goal, and are generally harmful to net complexity imho.
Re: Show HN: Durable Python Workflows
#6> In addition, it is a durable execution platform for long-running and reliable workflows. It is based on Temporal, hiding many of its infrastructure and coding complexities. You only hide it for as long as things go smoothly. When a thing breaks then ur hosed. Having seen people try to self host cadence/temporal (not super easy) this makes me skeptical.
Re: Show HN: Durable Python Workflows
#7Please take a look as well at https://github.com/autokitteh/kittehub which is full of examples. Also you can use https://autokitteh.cloud for free with some limits.
Re: Show HN: Durable Python Workflows
#8> In addition, it is a durable execution platform for long-running and reliable workflows. It is based on Temporal, hiding many of its infrastructure and coding complexities. You only hide it for as long as things go smoothly. When a thing breaks then ur hosed. Having seen people try to self host cadence/temporal (not super easy) this makes me skeptical.