Introducing intelligence into job scheduling

Viewed 13

I work for a small SW company, one of the product is backup software. Main unit of backup is a "job" comprising of sources (servers, files) and destinations (cloud, tape, disk..). As of now we have home grown scheduling without any "intelligence", just starting time. Is it possible to incorporate optaplanner into the product and introduce some logic for job scheduling, similar to "do not start job until resource A is available" or "do not start job A until job B has not finished". If yes - do you have any examples or presentation how it is used and what does it take to integrate into the code.

0 Answers
Related