Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Durable execution in mgmt #761

Open
purpleidea opened this issue May 16, 2024 · 0 comments
Open

Durable execution in mgmt #761

purpleidea opened this issue May 16, 2024 · 0 comments

Comments

@purpleidea
Copy link
Owner

In case anyone is interested:

I've noticed more of these "durable execution" [1,2,3,4] style tools lately. I'm not entirely convinced that this is necessarily the right way to build things, but I really don't know the space very well, so it may very well be a great idea.

The way I read into them is like an executing FSM combined with a database to store the state. If you've got a better way to explain this, or if you think I'm getting it wrong, please jump in!

In any case, I've noticed that all these tools have a very complicated infrastructure to support all of this. I realized some time back (and confirmed my beliefs today) that I think it would be pretty elegant and powerful to build this type of functionality into the mgmt functions+resource model. (I think it would also be a more elegant product!)

I have no plans to work on this, but if it's something you're interested in doing, please speak up. (Interested means having both time and money to devote to the work.)

Hope this was interesting!

[1] https://github.com/temporalio/temporal/
[2] https://github.com/uber/cadence/
[3] https://github.com/inngest/inngest/
[4] comment if you know of others, particularly if they're written in golang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant