QutEcoacoustics / baw-workers

Workers that can process various long-running or intensive tasks.
Apache License 2.0
3 stars 0 forks source link

Resque:status not deleting keys. #40

Closed atruskie closed 8 years ago

atruskie commented 8 years ago

Issue explained by https://github.com/quirkey/resque-status/issues/76

We currently only initialize Resque::Plugins::Status::Hash.expire_in in baw_server.

When the workers actually run the status keys never get a TTL. This causes every payload for every job we have to be stored indefinitely.