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

Faktory for serverless workers #329

Open
2 of 5 tasks
mperham opened this issue Dec 10, 2020 · 0 comments
Open
2 of 5 tasks

Faktory for serverless workers #329

mperham opened this issue Dec 10, 2020 · 0 comments

Comments

@mperham
Copy link
Collaborator

mperham commented Dec 10, 2020

AWS Lambda, Google Cloud Run and others are making it increasingly easy to deploy event-based serverless apps. What would it look like to have a version of Faktory which works "natively" with this architecture?

  • Spec out easy deployment for a Faktory server
    • AWS ECS
    • Heroku (possible add-on to make this a button click?)
    • Render
  • Spec out semantics for a limited time worker, one that spins up, executes jobs and exits under some condition.

TODO

  • How do we autoscale up the workers from 0 -> 1 -> N?
  • Under what conditions does the worker exit?
    • Lambda has a time limit so I'd suggest either that time limit or all queues are empty.
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

No branches or pull requests

1 participant