Tagged Questions

0
votes
1answer
46 views

Workling return store not retreiving value from set

In my apps/controllers/model_controller.rb I have (names of models/methods changed to protect the innocent): def background_sync @background_task_uid = Model.async_process_model_ …
0
votes
3answers
65 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 …
0
votes
1answer
65 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. …
0
votes
3answers
107 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 …
0
votes
1answer
357 views

Problems with starling/workling in production mode

Hi All, 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 s …
1
vote
2answers
200 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 …
3
votes
5answers
858 views

installing starling on windows

I am trying to install the starling gem on my windows machine. But, whenever I try to install it i get this error: Building native extensions. This could take a while... ERROR: …
0
votes
1answer
445 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 machi …