rwjblue / ember-secure-builder

MIT License
0 stars 2 forks source link

Ensure that completed batched build data is cleared from Redis. #6

Closed rwjblue closed 11 years ago

rwjblue commented 11 years ago

Currently, the results for each build will accumulate in Redis. We need to ensure that the keys are deleted appropriately.

Initial thoughts: delete the keys as soon as the results file has been written to S3.