Hacker News new | ask | show | jobs
by antishatter 694 days ago
Anyone have a recommendation for a workflow orchestrator for single server deployments? Looking at running a project at home and for certain pieces think it would be easiest to orchestrate with a tool like Maestro or Airflow but they’re basically set up to run in clusters with admins to manage them.
3 comments

Windmill is pretty lightweight and easy to deploy. https://www.windmill.dev/ you can configure it to have a single worker on the same server as the ui and database.
I'd recommend Kestra[1] since it can be run on a single node

[1] https://kestra.io/

For Python tasks you can check Prefect, among others..