Viewing profile — maoyesf
maoyesf
HN member- Joined
- Thu, Mar 12, 2015, 8:27 PM UTC
- HN karma
- 4
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About maoyesf
No profile information was provided.
Recent public activity
-
comment
Comment #9193798
Luigi was not available in public, when Pinball starts. So not sure the pros and cons between Pinball and Luigi. When we build pinball, we aim to build a scalable and flexible work…
-
comment
Comment #9193696
http://www.celeryproject.org/ celery is a Distributed Task Queue. Pinball has the concept of workflow and in a workflow there are many jobs. Pinball handles helps translate a lot a…
-
comment
Comment #9193662
Pinball is good for this use case. You can build a workflow include a few jobs, job1. generate a wav file, and put it somewhere say, s3://wav.file job2 (run after job1): pick the w…