Skip to content

carloslima/iron-play

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Perl on IronWorker

This is a working example of running perl on IronWorker.

For the full explanation, check the blog post Running Perl Workers on Iron.IO

Get me up and running, fast.

Login to https://hud.iron.io/dashboard, download iron.json credential file (the 'key' icon)

gem install iron_worker_ng
# rbenv rehash (if you're using rbenv)
cpanm Carton
git clone https://github.com/carloslima/iron-play
cd iron-play
carton install
iron_worker upload iron-pl.worker
iron_worker queue iron-pl -p '{"tags":["iron.io","perl"]}'
iron_worker log <id from previous command output>

Have a beer. \o/

Releases

No releases published

Packages

No packages published

Languages