Tagged Questions

2
votes
0answers
340 views

Starling/Workling Issue on Rails

I'm trying to get starling and workling working on rails 3, and am having some issues. I have starling-starling installed in the gemfile, and installed workling via: rails plugin install ...
2
votes
1answer
1k views

Problems with starling/workling in production mode

I have a rails app that has asynchronous processing, and I'm having trouble getting it to work in production mode. i start starling from the root of the application like so: starling -d -P ...
2
votes
2answers
515 views

Starling: How to speed up the queue

I've launched a website today which makes heavy use of Starling and Workling to handle the background task queue. Traffic has been heavy and although my server CPU/memory has not been under too much ...
1
vote
0answers
210 views

Random Mysql lock wait timeouts in rails 2.1.2 app

I have an application running on Rails 2.1.2 that is receiving apparently random (but not completely so) lock wait timeout errors that are rendering the it completely unusable. Some background: We ...
1
vote
1answer
155 views

Rails backgroud job processing

I am using starling as a queue server in my rails application. so each time i want to call worker method, I have to start starling and workling client from console. Is there a way where as soon as ...
1
vote
3answers
770 views

Working with Starling and multiple instances of Mongrel through Mongrel Cluster

Situation: In a typical cluster setup, I have a 5 instances of mongrel running behind Apache 2. In one of my initializer files, I schedule a cron task using Rufus::Scheduler which basically ...
0
votes
1answer
140 views

Workling worker cannot find newly added record

I'm using Starling and Workling to process background tasks in my application, a Swoopo-style auction site. In this case the background task is a notification system that monitors auctions and ...
0
votes
1answer
407 views

Ways to monitor Workling instances in a Rails app

I'm currently using Workling with Starling on a rails app. Although I like Workling, I find it kinda hard to monitor. To make matters worse, I have a couple of Workling instances. Workling is running ...
0
votes
3answers
287 views

Workling logs in production

Anyone now why I can't see logs for workling in workling.output or production.log? In development the logs show up in the development.log. In my environments/production.rb I have the log levl set to ...
0
votes
1answer
780 views

Cannot start workling_starling_client in rails production environment

I was using god to start and monitor my starling and workling daemons. Works awesome on development machine but "workling_starling_client" refuses to start on my production machine.