Git Product home page Git Product logo

Comments (11)

jrgifford avatar jrgifford commented on August 16, 2024

I'll look into this tonight, I don't have my redis server setup here yet.

from delayed_paperclip.

jrgifford avatar jrgifford commented on August 16, 2024

it looks like it's correct, but i'll see if i can replicate.

from delayed_paperclip.

tibbon avatar tibbon commented on August 16, 2024

Wondering if somehow I have to explicity tell Paperclip to use Resque.

from delayed_paperclip.

jrgifford avatar jrgifford commented on August 16, 2024

Shouldn't have to. It uses delayed_job without being told it exists.

On Thursday, January 10, 2013, David Fisher wrote:

Wondering if somehow I have to explicity tell Paperclip to use Resque.


Reply to this email directly or view it on GitHubhttps://github.com//issues/12#issuecomment-12101111.

James Gifford
cell: 2162238574

from delayed_paperclip.

tibbon avatar tibbon commented on August 16, 2024

But that's what I'm thinking- I don't have delayed_job in my project, just
Resque. So maybe its looking for delayed_job by default? I'll poke with the
actual gem's code a bit to see if I can understand what its looking for.

On Thu, Jan 10, 2013 at 10:16 AM, James Gifford [email protected]:

Shouldn't have to. It uses delayed_job without being told it exists.

On Thursday, January 10, 2013, David Fisher wrote:

Wondering if somehow I have to explicity tell Paperclip to use Resque.


Reply to this email directly or view it on GitHub<
https://github.com/jrgifford/delayed_paperclip/issues/12#issuecomment-12101111>.

James Gifford
cell: 2162238574


Reply to this email directly or view it on GitHubhttps://github.com//issues/12#issuecomment-12101213.

from delayed_paperclip.

jrgifford avatar jrgifford commented on August 16, 2024

it should look for delayed_job by default, and then if it doesn't find it,
resque. or vice versa.

James Gifford
cell: 2162238574

On Thu, Jan 10, 2013 at 10:18 AM, David Fisher [email protected]:

But that's what I'm thinking- I don't have delayed_job in my project, just
Resque. So maybe its looking for delayed_job by default? I'll poke with
the
actual gem's code a bit to see if I can understand what its looking for.

On Thu, Jan 10, 2013 at 10:16 AM, James Gifford [email protected]:

Shouldn't have to. It uses delayed_job without being told it exists.

On Thursday, January 10, 2013, David Fisher wrote:

Wondering if somehow I have to explicity tell Paperclip to use Resque.


Reply to this email directly or view it on GitHub<

https://github.com/jrgifford/delayed_paperclip/issues/12#issuecomment-12101111>.

James Gifford
cell: 2162238574


Reply to this email directly or view it on GitHub<
https://github.com/jrgifford/delayed_paperclip/issues/12#issuecomment-12101213>.


Reply to this email directly or view it on GitHubhttps://github.com//issues/12#issuecomment-12101365.

from delayed_paperclip.

ScotterC avatar ScotterC commented on August 16, 2024

@tibbon are you not seeing the job get queued to Resque?

from delayed_paperclip.

jrgifford avatar jrgifford commented on August 16, 2024

Any update on this?

from delayed_paperclip.

bill-transue avatar bill-transue commented on August 16, 2024

I know this issue was closed over a year ago, however I'm having the same issue on Rails 4. I'm not seeing any jobs in the paperclip queue, in fact not seeing that queue even created... Any advice?

from delayed_paperclip.

rianrainey avatar rianrainey commented on August 16, 2024

I'm also having the same experience as @billy-ran-away. I'm using Rails 4.2.0, Resque 1.22 and Paperclip 4.2.1.

from delayed_paperclip.

rob-murray avatar rob-murray commented on August 16, 2024

Have you guys tried setting Active Job queue adapter to Resque (or alternative) ?

I'm using Rails 4.2 and Sidekiq but had not set the config below so Active Job was just processing images synchronously until I added this. See rails guides.

# config/application.rb

# ...
config.active_job.queue_adapter = :sidekiq

from delayed_paperclip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.