Unprocessed Images

After successful install I noticed that my images were not uploading (Processing uploaded image…)

After doing some troubleshooting I discovered that Imagemagic was not installed and then I installed Imagemagic on my server. Now image upload works fine.

After Image magic installation images work just fine but there are few images that are keep saying (Processing uploaded image…)

Is there a way to delete these unprocessed images or process them?

I added gem ‘deamon’ … in Gem file and run few commands:

But images that were uploaded before Imagemagic was installed is still showing as processing.

I took my time to read database and noticed that all my images are sitting in delayed_jobs table. I have 19 of them.

When I run : RAILS_ENV=production bundle exec rake jobs:work nothing happens.

Is there a Magician who can help me to execute these delayed jobs this year :slight_smile: ???

I had the same problem and yes delayed_job is the culprit. However that command should work if you have installed Sharetribe correctly. Not sure what causes the malfunction although a fresh install following the exact ST instructions may help.

Also you may consider using sidekiq instead of delayed jobs for background task management.

Thank you for your reply. After trying to make these delayed jobs disappear for hours I finally did fresh install and made sure ImageMagic is installed and available before trying to upload any images. Now everything seems to work fine.

1 Like