Skip to content

Commit

Permalink
Updated to latest IronMQ. Started doing an absolute link to the IronM…
Browse files Browse the repository at this point in the history
…Q config file from IronWorker.
  • Loading branch information
Paddy Foran committed Jan 10, 2012
1 parent 34f9795 commit a41c109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion worker/execute.php
Expand Up @@ -14,7 +14,7 @@ function getTweet($query) {
$tweet = getTweet($config['twitter']['query']);
print_r($tweet);

$mq = new IronMQ('config.ini', true);
$mq = new IronMQ(__DIR__.'/config.ini', true);

$response = $mq->postMessage('', "TweetWorker", array("body" => $tweet->text));

Expand Down
2 changes: 1 addition & 1 deletion worker/lib/IronMQ
Submodule IronMQ updated 1 files
+28 −17 IronMQ.class.php

0 comments on commit a41c109

Please sign in to comment.