-
I'm trying to use django-q to enqueue tasks to AWS SQS from an AWS Lambda function. Versions involved:
- Python 3.7
- Django 2.2.5
- django-q 1.0.2
- zappa 0.48.2
This works fine in a local d…
-
# Feature Request
For reference, this would help [here](https://github.com/uptick/django-dramatiq-pg/issues/3)
Currently there is no way to declare a Task without having a Broker instance.
Th…
-
If defined max_retries=0, section TRACEBACK not displayed
~~~
@dramatiq.actor(max_retries=0)
def worker():
raise ValueError('A very specific bad thing happened')
~~~
-
Hi!
I have 5 tasks that run periodically (using periodiq) and each time they these are executed they open a new connection to the database.
Already tried the middleware ordering showcased on i…
-
Status badges should show at a minimum:
- Range of supported and tested versions of Python
- Range of supported and tested versions of MongoDB
- Range of supported and tested Dramatiq
-
Thanks for making and releasing this project! I'm getting set up with Dramatiq, and use async task functions. Currently I'm using [the built-in `AsyncIO` middleware](https://dramatiq.io/_modules/drama…
-
From the docs it seems like it's not possible for a cluster to automatically discover tasks directly from code on server boot (e.g. django-dramatiq actors). It is either manually calling the `schedule…
-
我在服务器上构建的,构建没有出问题,不过我是把80端口改成了1234端口。
访问也是好的,但是一登录就提示server error
如图:
![image](https://user-images.githubusercontent.com/34678939/76202832-750d9c80-6230-11ea-8274-9ef164c8a34d.png)
网址为http:/…
-
https://github.com/Bogdanp/dramatiq/issues/177 saved me from a long time troubleshooting. But I wonder if it would make sense to emit a warning when the actor returns a value but no results are being …
-
Redis is no longer Free Software
Sources :
https://www.theregister.com/2024/04/03/open_source_redis_alternative/
https://redis.io/blog/redis-adopts-dual-source-available-licensing/
Alternativ…