ngageoint / scale

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

Doesn't Recover From Old Scheduler Status #1845

Open emimaesmith opened 4 years ago

emimaesmith commented 4 years ago

Description The scheduler logic does not recover from the status being over 12 seconds old.

Reproduction Steps Steps to reproduce the problem:

  1. Wait for the scheduler status to be over 12 seconds old
  2. Note that it never recovers

Expected behavior When the scheduler status is over 12 seconds old, Scale should try and regenerate the status - not just return an error.