conveyal / otpa-cluster

Cluster backend for otpa many-to-many queries.
0 stars 1 forks source link

Don't let progress bar go backwards #28

Closed mattwigway closed 9 years ago

mattwigway commented 9 years ago

This can happen when jobs get sent to workers so they're in the backlog, then they are re-enqueued and taken out of the backlog but jobSentToWorkers is not decremented.

We probably ought to just have per-job completion counters.

mattwigway commented 9 years ago

Fixed by using explicit counters.