snowplow-incubator / sauna

:hotsprings: A decisioning and response platform
https://github.com/snowplow/sauna/wiki
69 stars 11 forks source link

Fix eager cleanup in LocalObserver #38

Closed chuwy closed 8 years ago

chuwy commented 8 years ago

This cleanup is called on Seq object, while probably supposed to be called on Future which will result in premature file deletion.