Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8475635
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T17:56:46+00:00 2026-06-10T17:56:46+00:00

Is there any way to add some args in the *args parameter of resque

  • 0

Is there any way to add some args in the *args parameter of resque enqueue method in the before_enqueue method and pass the added arguments to before_perform method.?

Or is there any way to send some data from before_enqueue method to before_perform method independently?

eg:

class Action
    :queue queueName

    def self.before_enqueue(*args)
        param1 = 1
        param2 = 2
        args.push(param1, param2) 
        # I know this is not the correct way as args is a local variable here. 
        #But something like this
    end

    def self.before_perform(*args)
        puts args.inspect # I need the added args here
    end

    def self.perform(params)
        #some code here
    end
end
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T17:56:48+00:00Added an answer on June 10, 2026 at 5:56 pm

    Found that we can’t add extra arguments in before_enqueue. But instead we can modify existing arguments. So, we can pass an empty hash as argument in the enqueue call and add arguments as key value pairs into this empty hash at before_enqueue. I’m talking everything with respect to Resque 1.20.0

    Call to the enqueue method:

    Resque.enqueue(class_name, {})
    

    Inside the resque perform class:

    self.before_enqueue(*args)
      args[0][:param1] = 1
      args[0][:param2] = 2
    end
    

    The above args will be available in before_perform as well.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way to have a custom recipe add some text and image
Is there any way to add some code to fire when an OOB silverlight
Is there any way to add a custom class to the outer div that
Is there any way to add a SQL Server Database Diagram to source control?
Is there any way to add validation (ie SSN) to a SharePoint field and
Is there any way to add fields to a DataSet which will be serialized
Is there any way to add a ActiveX control to a JPanel.
Is there any way to add my own completion to an (interactive) elisp function?
Is there any way to add reference from one winforms to another winforms?? There
Is there any way to add any sort of debugging to a Lego Mindstorms

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.