-
I'm trying to use mediafusion self hosted instance and for some reason, it's failing to index 1tamilmv sites resulting in few or no results for indian movies.
Here is my docker compose file
```
…
-
按照官网的docker-compose一键部署命令部署:
```bash
git clone -b v1.6.1 https://github.com/QingdaoU/OnlineJudgeDeploy.git
```
部署后未更改任何设置,提交非CE代码时卡Judging(CE代码正常)
以下是 ~/data/backend/log/dramatiq.log的日志
```
[20…
-
**Describe the bug**
I am running dragonflydb as our preferred cache in place of redis, everything works as expected until we introduced `dramatiq` task workers as we'd wanted to relief the longer ta…
-
Define what to use for async tasks:
- [FastAPI background tasks ](https://fastapi.tiangolo.com/tutorial/background-tasks/)(it shouldn't work, as we need them to be async)
- [Celery Beat](https://doc…
-
We use RabbitMQ as our Dramatiq broker, and we're always dangerously close to the connection limit (which is 500 in our case). This is because Dramatiq creates a connection in each worker process for …
-
I'm tinkering with an automatic Pydantic (de)serialization integration. Here is what I have so far:
```py
import dataclasses
from typing import Any
import dramatiq
from dramatiq.results impor…
-
### How do you use Sentry?
Self-hosted/on-premise
### Version
2.13.0
### Steps to Reproduce
1. Follow the instructions on https://docs.sentry.io/platforms/python/integrations/dramatiq/ for using …
-
Just an idea. Couldn’t find this anywhere, and I think most people want to know.
-
# Feature request
**Is it possible to add single point of editing logs format or is there any?**
Any time I run dramatiq from cli it has preset formatting in LOGFORMAT variable. Is it possible t…
-
Would it be possible to add integration with [Dramatiq](https://dramatiq.io/) message queue?
If not, do you guys have any pointers how I can send a correlation ID into a dramatiq task so I can tra…