You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue with resque/resque-loner right now. I have a button to generate zips for around 400 files. When a site admin changes data about a photo, the event zip needs to be re-initiailzed.
For some reason, SOME jobs are being re-initialized however, when using resque loner, only some jobs don't get re-added to the queue and I'm wondering if perhaps I need to do something to my old jobs to get them to re-initialize (old as in before I started using resque loner)... Also are there some instances where resque does not show a pending job but resque loner has a job as pending, hence cannot re-enqueue the job?
The text was updated successfully, but these errors were encountered:
Hi,
I have an issue with resque/resque-loner right now. I have a button to generate zips for around 400 files. When a site admin changes data about a photo, the event zip needs to be re-initiailzed.
For some reason, SOME jobs are being re-initialized however, when using resque loner, only some jobs don't get re-added to the queue and I'm wondering if perhaps I need to do something to my old jobs to get them to re-initialize (old as in before I started using resque loner)... Also are there some instances where resque does not show a pending job but resque loner has a job as pending, hence cannot re-enqueue the job?
The text was updated successfully, but these errors were encountered: