Closed Silex closed 10 years ago
SidekiqStatus stores all container attributes in a separate redis key until it's explicitly deleted via container.delete method (or via SidekiqStatus::Web manually) or until redis key expires (see SidekiqStatus::Container.ttl class_attribute).
Hello,
Are jobs from sidekiq_status ever deleted automatically? Can I count on information there or should I copy relevant information to my app?
My goal is to display a log of previous jobs and what happend to them.