Questions tagged [iron.io]

iron.io is a cloud-based message queueing and task processing service

iron.io is a cloud-based message queueing (IronMQ) and task processing (IronWorker) service with client libraries for many popular programming languages such as ruby, php, go, java, node and .net.

Their documentation is available at http://www.iron.io/developers.

83 questions
0
votes
1 answer

getting openssl error running on iron.io

I get the following error when trying to run a worker on iron.io: http.rb:920:in `connect': SSL_connect returned=1 errno=0 state=SSLv3 read server hello A: sslv3 alert handshake failure (OpenSSL::SSL::SSLError) The ruby file that makes the outbound…
Satchel
  • 16,414
  • 23
  • 106
  • 192
0
votes
1 answer

How to install ant in an iron.io worker

I am using an iron.io node.js worker. I have ant as a dependency. How can I install this? I could only see the instructions for language specific dependencies installations (like node modules). Thanks
jitin
  • 732
  • 8
  • 17
0
votes
1 answer

Iron.io: "Message must be no more than 64kB"

I am trying to send an Email through Iron.io service. Everything is working as expected except that if the body of the message is big I get this error. Is there a way to bypass this limitation and fix the problem? My Stack Trace…
George D.
  • 1,630
  • 4
  • 23
  • 41
0
votes
1 answer

How to clear Laravel Queue using iron.io

I'm working on TeamSpeak management system based on Laravel 4 the problem is when i restart the script it add the queue again unless i restart the Queue listener is there a way to clear the old Queue on script startup without the need to restart…
Ahmed
  • 83
  • 2
  • 6
0
votes
1 answer

Best way to get status when Iron.io task is completed using Laravel 4 queues

I am going to use Laravel 4 queues and integrate them with Iron.io All of that is pretty straight forward, and I dont think I am going to have problems with that. Thing that interests me is what is the best way to get status once task is…
pajcho
  • 5
  • 2
0
votes
1 answer

Using Hugin and libpano13 in an iron.io worker

I would like to use an iron.io worker to stich panoramas and create HDRs using the OpenSource Hugin and libpano13 toolkits. The programs needed are all command-line (no GUI is needed) but I'm not entirely sure how I go about building a worker that…
Jon Brisbin
  • 1,299
  • 8
  • 11
0
votes
2 answers

On IronWorker, how can I remote build all the gems in a Gemfile?

Here is my Gemfile: runtime 'ruby' file 'Gemfile' file 'config/database.yml', 'config/' file 'lib/models.rb',…
Travis Reeder
  • 38,611
  • 12
  • 87
  • 87
-1
votes
2 answers

PHP exec() not working properly but working in SSH IronWorker

I have a strange problem with a php exec() command. I'm trying to run a perticular gem called iron worker . exec('iron_worker upload Renode 2>&1',$output,$error); var_dump($output); This is the command i am trying to run, but unfornunately it…
SamSam
  • 35
  • 2
  • 6
1 2 3 4 5
6