socialpandas / sidekiq-superworker

Directed acyclic graphs of Sidekiq jobs
MIT License
438 stars 34 forks source link

Add option to expire subjob keys #36

Closed DarthMax closed 9 years ago

DarthMax commented 9 years ago

Adds the options to set an expiry time for the subjob keys. This can be helpful for example if subjobs fail and the superjob is never completed, so old subjob keys won't pollute redis.

tombenner commented 9 years ago

This is great; many thanks!

felipeclopes commented 9 years ago

Excelent! Thank you for this ;)