VeritoneAlpha / spark-job-rest

Other
33 stars 20 forks source link

Implement per-context job queues #29

Open Sitin opened 9 years ago

Sitin commented 9 years ago

We should add max-concurrent-jobs parameter to contexts which will specify number of jobs we want to run on a context simultaneously. Zero concurrency will mean infinite jobs. To achieve that we should implement job queue at the context.