Java, Technology

Runnables with Timeout from submission time

Problem not covered by Java ExecutorService Java's ThreadPoolExecutor is a great tool. After configuring a thread pool we can keep on submitting Callables and get Futures. These futures can be used to get the values that the callable is supposed to return. In case we want to limit the execution time of this callable we have the...

by Aseem Bansal
Tag: parallel jobs
05-Nov-2015

AWS

Jenkins Coordinator Plugin

There are many occasions when we require our jenkins jobs to be executed in a predefined order. Jenkins Coordinator Plugin can help us achieve that. This post will walk you through how to use this plugin to run your jobs  in a particular sequence. Suppose we have four jobs :  Job1, Job2 ,Job3, Job4. We would like to execute Job1...

by Gunjan Sawhney
Tag: parallel jobs
19-Jun-2015