workling
workling doesnt work when the database is down in my rails app
i want to schedule my worker using a cron job to check for database connection periodically (say like 5 mins) and update a memcache key accordingly. so in my app if i find the memcache variable to be[详细]
2023-01-27 06:21 分类:问答How can I synchronize multiple Workling workers?
I have the following situation: Three tasks: A,B,C (Implemented as Workling workers) Two user events (Calls of a controller method)[详细]
2022-12-27 14:19 分类:问答Which persistent & lightweight queue messaging for cross domain (> 2) data exchange with rails integration?
I\'m looking for the right messaging system for my needs. Can you help me ? For now, there won\'t be a huge amount of data to process, but I don\'t want to be limited later ...[详细]
2022-12-24 00:05 分类:问答Workling processes multiplying uncontrolably
We have a rails app running on passenger and we background process some tasks using a combination of RabbitMQ and Workling. The workling\'s worker process is started using the script/workling_client c[详细]
2022-12-09 17:14 分类:问答