-
```console
+ /usr/bin/python3 -Bm pytest -ra --ignore t/unit/transport/test_pyro.py --ignore t/unit/transport/test_azureservicebus.py --ignore kombu/transport/azureservicebus.py
================…
-
I know that there's this example that use Hub, that it's a partial implementation of tulip https://github.com/celery/kombu/blob/master/examples/experimental/async_consume.py but, is there any support …
Roger updated
6 months ago
-
Since we upgraded our celery to version 3 and started using librabbitmq, we started to see this particular error quite frequently:
"ConnectionError: Couldn't log in: Unknown error 536871016"
I looke…
-
Data and metadata for Pemba (11 datasets) are ready for upload from here:
https://drive.google.com/drive/folders/1HvWeYs04CgklQl4JqB4VTmKZOgtEubAr?usp=sharing
-
**async function**
```
@celery_app.task()
@PowerApp.get('/')
async def LetView():
async with db_session() as session:
try:
print(e)
except Exception as e:
…
-
Celery status is inconsistent and fluctuates between `UP` and `DOWN` states which generates unnecessary [Sentry errors](https://sentry.io/organizations/mit-office-of-digital-learning/issues/1054995190…
-
The source code looks like this:
```
class MainHandler(web.RequestHandler):
@gen.coroutine
def post(self):
response = yield gen.Task(tasks.test.apply_async, args=['abcdefghi'])
…
-
I'm running a fairly complicated pipeline but it works surprisingly well.
( [this dag](https://github.com/CFN-softbio/SciStreams/blob/lightflow-dag-extension/SciStreams/workflows/main.py) calls [this…
-
Reproducible via `pquery --raw --attr required_use dev-python/kombu`.
For dev-python/kombu-3.0.24, it has a REQUIRED_USE containing "sqs? ( )". Emerge allows for an empty set of constraints there- p…
-
I am wanting to add AMQP integration to ASM so I can receive real-time events into a AMQP channel and react with something like Microsoft PowerApps or AWS Lambdas.
@bobintetley, I have a rough outl…