-
```
Would be very grateful for help tracking down the bugs! Many Thanks and great
work!
What steps will reproduce the problem?
Problem 1
1. Use ocropodium on ubuntu 10.04
2. python manage.py test
P…
-
Hey,
The issue that I'm encountering is -
`SchedulingError("Couldn't apply scheduled task ***: An error occurred (SignatureDoesNotMatch) when calling the SendMessage operation: Signature expire…
-
### Summary:
The base models should be abstract, allowing us to extend them without creating a messy database.
I would be happy to prepare a pull request if you're willing to make this change.
-
### Deliverables:
+ Importing from a python package with the ```girder_worker_plugins``` package will create item_task items for each task that has the self-describing API
+ Generated UI for item ta…
-
TestAsyncBadge
```python
class TestAsyncBadge(Badge):
async_ = True
slug = "test_async_badge"
levels = [
...
]
events = [
"something_awar…
-
Celery Message Protocol:
http://docs.celeryproject.org/en/latest/internals/protocol.html
```bash
[2018-06-21 14:55:50,898: INFO/MainProcess] Received task: injection.data_sync.tasks.write_to_es[…
-
Wanted to select this disk but had the following error:
```
Feb 24 14:18:58 ov-02 celery[49114]: 2017-02-24 14:18:58 95200 +0000 - ov-02 - 49114/139973557487360 - celery/celery.worker.job - 81 - ER…
-
I encountered a problem when running celery 4.2.0
In my project, I used pyhanlp to implement my function。When I run it individually, all thing is ok.Howerver, when I run it with celery,the worker will…
-
I'm seeing two issues with `celery_tasks_by_name`.
1. It goes against the [naming recommendation](https://prometheus.io/docs/practices/naming/#labels):
> Do not put the label names in the metric n…
-
I believe most of the args in `task()` should be optional, eg. all the retry params, and `acks_late`, among others?
https://github.com/sbdchd/celery-types/blob/71654791ce05f5a9ccc86e75b59c1579c59beea…