Table of Contents |
---|
Scope
- How to sort a number of orders that have been added to a job chain and to force serialized processing in a predefined order?
- The solution outline includes a job that is added to the top of the job chain and that would
- suspend all incoming orders until a predefined idle timeout is reached and no more orders are expected
- sort the orders and reinsert them to the next job node in the job chain.
- Reference: https://sourceforge.net/p/jobscheduler/discussion/486122/thread/a66295bb/
...