Tagged Questions
Starling is a Ruby-based persistent queue server. For the ActionScript StartlingFramework, please use the [starling-framework] tag.
7
votes
4answers
1k views
Message Queues Vs DB Table Queue via CRON
We have a large project coming up soon with quite a lot of media processing (Images, Video) as well email output etc, the sort of stuff normally we'd put into a table called "email_queue" and we use a ...
5
votes
4answers
3k 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: Error installing ...
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
0answers
201 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
397 views
Sinatra message Queue
Starling is a great (at least for small projects) and simple message queue, however, it doesn't actually manage or start workers that consume the queues. Workling does this for Rails projects, but ...
1
vote
1answer
148 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
759 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
92 views
How do you run or install starling under RVM?
I installed the starling gem under rvm, but there's problem starting starling because it expects permission to write to /var/spool/starling, and installing starling under rvm doesn't give it the ...
0
votes
1answer
138 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
278 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
2answers
240 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_cache({:name => ...
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.
-1
votes
0answers
42 views
Flash molehil on IOS
I am interested how can I use Flash GPU acceleration on IOS, I used Starling Engine to make browser based project, but I couldn't convert this project for IOS, When I Try to export it for Air for IOS, ...