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

Google Workflow/TaskMaster equivalent #135

Open
spaskob opened this issue Nov 29, 2021 · 1 comment · May be fixed by #192
Open

Google Workflow/TaskMaster equivalent #135

spaskob opened this issue Nov 29, 2021 · 1 comment · May be fixed by #192

Comments

@spaskob
Copy link

spaskob commented Nov 29, 2021

This was a very simple and powerful framework for building continuous pipelines at Google. I am not able to find anything remotely close to it. Any suggestions?

@mkmik
Copy link
Contributor

mkmik commented Apr 29, 2024

A few years ago I started a quick&dirty tool (https://github.com/mkmik/masstasker) that is inspired by TaskMaster and I recently updated it to handle some practical workloads I have at $dayjob.

It's not a full reimpl (also because I don't really remember much of the details, certainly not the impl itself) but it's inspired by my memories of what I liked about it:

  1. immutable tasks
  2. protobufs for user-defined task bodies
  3. simple gRPC API you can manually use to operate on tasks
  4. lightweight and simple to setup
  5. not too high level, not too low level

@mkmik mkmik linked a pull request Apr 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants