Skip to content
This repository was archived by the owner on Jan 30, 2018. It is now read-only.

trice-imaging/iron-example-rails-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iron IO + Delayed Job

bundle install && rake db:migrate
rails s
rake jobs:work

Add iron.json to root.

{
  "project_id": "XXX",
  "token": "XXX",
  "port": 443,
  "protocol": "https",
  "host":"mq-v3-worker-1.iron.io"
}

Visit http://localhost:3000/statuses

What isn't working

  • create a new status with a delay. The job is ran with no delay.
  • create a new status with a should fail, job is ran 5 times with no delay. Job is not put onto an error queue. Job can be tried more than five times when worker process restarts.
  • hud-e.iron.io does not list any of the queues or jobs

About

example rails app for iron io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •