On Jul 4, 10:01 pm, Ram <
ram.ravichand...@gmail.com> wrote:
> The above job gets processed every 2 seconds. Is it better to release
> it with a delay, or should I replace that with a job.delete and a
> job.yput?
release will be *way* more efficient. You probably want decay in
your example, though.
> Is it more expensive to do a release?
> Are there any limits on the number of releases a job can go through?
Not practically.