Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

render-examples/ruby-cron-job

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby Cron Job

This is a simple Ruby cron job example for Render.

Deployment

Fork this repo on Render and create a new Cron Job using your new repo and the following values:

Field Value
Environment Ruby
Build Command bundle install

Set the schedule to run your command once every five minutes. See cron expressions for the schedule format.

Field Value
Schedule */5 * * * *
Command bundle exec ruby main.rb

Save your cron job and that's it! Your command will now run every five minutes and print Hello World from Render! in the logs.

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.