AlecAivazis / graphql-over-kafka

A framework for building event-driven microservice applications in python
MIT License
19 stars 3 forks source link

Add Job Service #23

Closed AlecAivazis closed 8 years ago

AlecAivazis commented 8 years ago

As a developer, I want to be able to easily create a service that responds to an action by spawning a job with parameters designated by the payload. So-called "celery as a service"

AlecAivazis commented 8 years ago

I'm going to close this as the most basic use case is now covered by standard action handlers