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

Latest commit

 

History

History
41 lines (27 loc) · 688 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 688 Bytes

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