vmpooler/lib
kirby@puppetlabs.com 2d94cb4266 (POOLER-141) Fix order of processing migrating and pending queues
This commit updates how migrating and pending queues are processed. Sets to be processed are created with sadd in redis, and iterated over as a list in ruby. The latest member is added to the beginning of this set in redis, and becomes the first member of the set in ruby. To ensure that items are processed in the order they are added it is necessary to reverse the list before iterating through its members. Without this change the newest members of the set are processed first, which creates inconsistent times to evaluation.
2019-04-11 12:29:05 -07:00
..
vmpooler (POOLER-141) Fix order of processing migrating and pending queues 2019-04-11 12:29:05 -07:00
vmpooler.rb (POOLER-138) Support multiple pools per alias 2019-02-01 09:05:23 -08:00