zalando / friboo

Utility library for writing microservices in Clojure, with support for Swagger and OAuth
Apache License 2.0
118 stars 16 forks source link

Cron component crashes when stopped #95

Closed sebastianpoeplau closed 7 years ago

sebastianpoeplau commented 7 years ago

The Cron component crashes with a NullPointerException when trying to shut down the execution pool. The reason is that the start method fails to properly associate the pool with the component.

I'll create a pull request shortly.