On Mon, Aug 24, 2009 at 17:06, [email protected] <[email protected]>wrote:

> I know the biggest gotcha is running starling on port 15151 and I'm 99%
> sure I'm doing this.


Are you only talking to Starling from localhost? If not, are you sure you
opened that port in your server's security group configuration?

Have you tried popping messages off the queue from irb to verify that your
messages are getting to Starling in the first place?

Also, have you considered delayed_job? Starling is nice and minimal, and I
used it once upon a time, but these days, delayed_job is my usual first
choice for running jobs asynchronously. (And my second choice is actually
AMQP and RabbitMQ for serious message passing.)

-- 
Nick Zadrozny

--~--~---------~--~----~------------~-------~--~----~
SD Ruby mailing list
[email protected]
http://groups.google.com/group/sdruby
-~----------~----~----~----~------~----~------~--~---

Reply via email to