I know that if we use delayed jobs then we can reset images stuck in “processing” status with this command: RAILS_ENV=production NODE_ENV=production bundle exec rake assets:precompile
However we are using Sidekiq to manage jobs. Could somebody tell me how to clear those unprocessed images?
HI,
There are couples of console methods which sidekiq provides to delete the running queues, other than this you can also delete this jobs from web portal as Sidekiq provide a good user interface to work around with jobs.