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 6255671
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T14:24:32+00:00 2026-05-24T14:24:32+00:00

Not sure if I am doing this right. Reading: http://devcenter.heroku.com/articles/cron#frequently-asked-questions If I have cron

  • 0

Not sure if I am doing this right. Reading: http://devcenter.heroku.com/articles/cron#frequently-asked-questions

If I have cron running every 24 hours on Heroku. Will it run def foo and def bar every 24 hours? Or should I wrap both methods with if Time.now.hour % 24== 0 # run every 24 hours?

desc "This task is called by the Heroku cron add-on"
task :cron => :environment do

  def foo
    puts 'foo'
  end

  deb bar
    puts 'bar'
  end

end

Second, how can I run this cron job on my local machine (possibly via console or other method)?

PS. I am running Rails 3.1 RC5 on the Cedar stack.

  • 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-05-24T14:24:33+00:00Added an answer on May 24, 2026 at 2:24 pm

    If you’ve set up the cron as “daily” then it will run every 24 hours, there’s no need to put an if statement in there.

    To run the cron task locally just do rake cron

    Edit:

    You’ll also need to call the methods you’ve defined in there as currently all your cron does is define foo and bar:

    desc "This task is called by the Heroku cron add-on"
    task :cron => :environment do
    
      def foo
        puts 'foo'
      end
    
      def bar
        puts 'bar'
      end
    
      foo
      bar
    
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im not sure if I'm doing this right. I have an action that I
Not too sure if I'm doing this right. It looks a bit more convoluted
I'm not 100% sure I'm doing this right, but I think I've found an
I'm not sure if I'm doing this the right way. I have table which
I am not sure I am doing this right, with my limited knowledge of
Not sure if I'm doing this right: /(https?:\/\/\S+)(\s|(& nbsp;))?/g; This should match a URL
Not sure if I am doing this correctly or not. Here is my .js
I'm not sure whether or not this is the appropriate way of doing this,
I'm just not too sure the proper way of doing this. I basically have
I know this probably really simple but Im not sure what im doing wrong...

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.