mozilla / apk-factory-service

Web service which converts Open Web Apps into native Android apps
41 stars 18 forks source link

build count grows unbounded #74

Closed ozten closed 10 years ago

ozten commented 10 years ago

There is an error in the increment, decrement logic in the build limit.

Concurrent Builds

The blue line should return to zero occasionally, but instead it goes up and down and periodically "ratchets up" to a new plateau.

ozten commented 10 years ago

I think this is because we don't decrement during uncaught exceptions.

ozten commented 10 years ago

Fixed in b9e8e1fa3b3a8d9338b3d4788cd4f0c3da5f66f3