...
- 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/
Solution
- Download sort_orders.zip
- Extract the archive to any folder within the
./config/live
folder of your JobScheduler installation. - The archive will extract the files included to a folder
sort_orders.
- You can store the sample files to a different folder, the solution does not make use of specific folder names.
...