ngageoint / scale

Processing framework for containerized algorithms
http://ngageoint.github.io/scale/
Apache License 2.0
105 stars 45 forks source link

Scheduler Logic Updates #1846

Closed emimaesmith closed 4 years ago

emimaesmith commented 4 years ago
Checklist

Affected app(s)

scheduler

Description of change

Tweaked scheduler logic to fill QUEUE_LIMIT instead of only grabbing the first 500 items in the queue table as this could lead to constantly grabbing the same 500 unschedulable jobs.

1851

emimaesmith commented 4 years ago

Closing as I'm not convinced this is the right approach. Will revisit if future testing reveals we need to re-write the scheduler logic.