job-queue
Can multiple gearman servers share the same libdrizzle queue?
Can multiple gearman servers share the same gearman queue, via libdrizzle? I\'m wondering if this will eliminate the gearman server as a single point o开发者_开发问答f failure--if I have multiple web[详细]
2023-04-09 22:14 分类:问答Job queue in node.js
I\'m looking for a job queue manager in node.js开发者_如何学C which can be invoked by php. This is for a web application which needs to send emails, create pdf files and so on which I\'d like to perfo[详细]
2023-04-03 23:48 分类:问答C# .NET workload processing a'la job queue processing examples ideas?
As part of my constant learning curve into what you can do to make apps scale better, I am currently trying to get a direction to go with queuing, i.e. job queuing or workload processing whichever phr[详细]
2023-01-25 06:25 分类:问答What Constitutes a Retry in the Job Queue?
I originally posted this question over at the Zend Forums but figured it would also be wise to post here.[详细]
2023-01-21 03:53 分类:问答Any job queue systems that allow scheduling jobs by date?
I have a Django application. One of my models looks like this: class MyModel(models.Model): def house_cleaning(self):[详细]
2023-01-11 20:12 分类:问答How should I best structure my web application using job queues [and Perl/Catalyst]?
I\'m writing a web application using the Catalyst framework.I\'m also using a Job Queue called TheSchwartz.[详细]
2022-12-09 22:32 分类:问答