fpco / libraries

FP Complete libraries mega-repo
2 stars 0 forks source link

Remove canceled requests. #172

Closed kantp closed 8 years ago

kantp commented 8 years ago

When a request got canceled, the worker stopped handleing it, but did not clear it from the system. In particular, the RequestId stayed in the list of requests handled by the worker, and the request body remained in the database.

Closed #171.