job-queue Questions
3
(Most of the questions asked here about this subject are a bit old, and I was wondering what had change in the Node ecosystem it all those years.)
I'm basically looking to implement a job qu...
Alfaro asked 4/3, 2016 at 8:5
4
Solved
I have able to make a bot very easily by reading the docs but Jobqueue is not working as per it is written. The run_daily method uses a datetime.time object to send the message at a particular time...
Pairs asked 28/9, 2018 at 13:56
6
Solved
I can not understand how the following code run. Why "1" is after "b" but "h" is after "3"?
Shouldn’t the order be a, b, 1, 2, h, 3? Some articles said that ...
Ricoriki asked 30/11, 2016 at 4:38
6
Solved
I have a databases table with ~50K rows in it, each row represents a job that need to be done. I have a program that extracts a job from the DB, does the job and puts the result back in the db. (th...
Zita asked 17/11, 2008 at 23:0
9
Solved
I am currently facing a problem for which I am pretty sure there is an official name, but I don't know what to search the web for. I hope that if I describe the problem and the solution I have in m...
Crater asked 22/5, 2019 at 19:0
8
Solved
It's probably the tenth time I'm implementing something like this, and I've never been 100% happy about solutions I came up with.
The reason using mysql table instead of a "proper" messaging syste...
2
Solved
Am new to Bull.I have tried running bull based on their documentation code. The Process are starting but my job is not getting completed, or am not sure whether its triggering complete event or not...
Extracurricular asked 22/5, 2019 at 12:16
3
It has been pointed out that the reason I am having this problem is because of proguard 4.9, so I went ahead and updated to proguard-5.2.1. But I am still having the same problem. Has anyone found ...
Corby asked 8/11, 2015 at 15:33
8
Solved
Does anyone know of an app that can monitor a beanstalkd queue? I'm looking for something that shows stats on tubes and jobs, and allows you to inspect the details.
I'm not really picky about lan...
Troth asked 17/2, 2010 at 18:38
1
As celery is a job queue/task queue, name illustrates that it can maintain its tasks and process them. Then why does it need a message broker like rabbitmq or redis?
Subsidy asked 17/6, 2018 at 5:33
1
Solved
According to this package https://github.com/OptimalBits/bull is it possible, to abort a certain task in the "waiting queue"?
My use-case is as follows:
I have a mongodb collection "users" and a ...
Burnley asked 29/11, 2017 at 11:13
6
I have a Grails app that has some computationally intensive optimizations with a running time of ~5 minutes (perhaps more). Currently, I'm doing these in the main request thread, i.e. it takes 5 mi...
0
I'm working on a project with a friend where we've been using Resque for processing various commands from data input inside our rails application on a minute to minute basis.
We've been mess...
9
Solved
Do you know/use any distributed job queue for python? Can you share links or tools
2
I have a job queue (using Amazon SQS) which hands off jobs to many machines for fetching and processing various documents over HTTP. There are hundreds of different hosts which are accessed, and th...
Mulct asked 2/1, 2011 at 4:57
3
Solved
I'm writing a web application using the Catalyst framework. I'm also using a Job Queue called TheSchwartz.
I'm wanting to use a job queue because I'm wanting as much of the application specific co...
Calceolaria asked 25/10, 2009 at 22:20
1
© 2022 - 2024 — McMap. All rights reserved.