-
Essa exceção acontece porque o Tika não consegue extrair o rar 5 (formato proprietário). Temos que pegar a exceção e cancelar o retry nesse caso.
Sentry Issue: [MARIA-QUITERIA-4V](https://sentry.io/o…
-
Hello ! I really liked the LazyBroker interface !
I was wondering if you were planing to add LazyBackend objects also ?
(As the backend might also rely on the flask app configuration.)
How abou…
-
Hello, we use bundle of gunicorn+django+dramatiq+gevent and rabbitmq as message broker. Gunicorn `gevent` worker class creates new greenlet for each new request. Dramatiq creates an amqp connection fi…
-
I'm trying to do something like this in a django app:
At the end of **`myapp/urls.py:`**
```python3
if settings.ENABLE_DRAMATIQ_DASHBOARD:
import dramatiq
from django_wsgi.embedded_wsgi…
-
**Describe the bug**
When I start the socketio server in development mode (config["DEBUG"] = True) and watchdog is installed, no client can't connect to it. I don't see any errors on server side but …
-
# Cement Issue Reporting and Feature Requests
Thanks for your work!
I have created a starter repository to use dramatiq and cement. Grpc is coming next.
Maybe this is interesting for you to s…
-
## What version of Dramatiq are you using?
1.14.2
## Description
Right now we can provide per-actor settings for the retry policy using a predicate in the actor decorator's argument `retry_w…
-
# Issues
## Checklist
* [x] Does your title concisely summarize the problem?
* [x] Did you include a minimal, reproducible example?
* [x] What OS are you using?
* [x] What version of Dramatiq…
-
If an explicit thread count is not supplied to `rundramatiq`, it defaults to `CPU_COUNT`. This is inconsistent with the `dramatiq` cli, which is `8`. This seems like a sensible default, as the threads…
-
I'm trying to subclass `DjangoDramatiqConfig` so I can use the `GroupCallbacks` middleware. Unfortunately as there is a `DjangoDramatiqConfig.initialize()` call in the base of the `apps.py` file which…