-
Since heka already has an output that communicates with AMQP it shouldn't be that hard to cause celery to run a Celery task whenever some metric is received.
-
I apologize if this is the wrong place or if this is unrelated specifically to MicroWebSrv2.
I will be deploying an ESP32 and was hoping for to be a webserver and found your code.
Like Flask and…
-
Task queues like celery, have a built-in decorator to handle retry for specific exceptions:
http://docs.celeryproject.org/en/latest/userguide/tasks.html#retrying
I think we could implement something…
-
Hi,
I'm having some problems installing MHN on CentOS7.
After rebooting I get the following error when calling supervisorctl:
[root@CP71SRVSEC171T2 ldx1werner]# supervisorctl
unix:///tmp/super…
maxw7 updated
6 years ago
-
Celery version used by Refinery (v1.6.9) is 3.1.20 (released on 2016-01-22).
Celery 4.3.0 is the latest stable version currently (released on 2019-03-31).
From [Celery docs](http://docs.celeryproj…
-
How can I implement a periodic task like python celery?
```
'taskA_schedule' : {
'task':'tasks.taskA',
'schedule':20,
'args':(5,6)
}
```
I found a [delayed task](https://github.com…
-
# Checklist
* [x] I have verified that the issue exists against the `master` branch of Celery.
* [x] This has already been asked to the [discussion group](https://groups.google.com/forum/#!forum/celer…
-
Both service actually can be reduced to 2 background task, the worker downloads podcasts, the analyzer process new files in the library.
They both could be merged together and be considered a backg…
-
Some periodic task should run only once at a time. For example tindex_cached_layers
Here there is some good hint to get this done:
https://stackoverflow.com/questions/4095940/running-unique-tasks-…
-
when sending message not saved in the bank?
I am using tasks.send_message.delay ('5511XXXXXXXX', msg)