Tagged Questions

2
votes
0answers
328 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
511 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
1answer
150 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 ...
0
votes
1answer
139 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
406 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
279 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
776 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.