mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-26 05:38:11 +08:00
The [documentation](https://django-q.readthedocs.io/en/latest/configure.html#sqs-configuration) lists all keys as optional, but the way `get_broker` is implemented it will evaluate to false and return Redis. One way around this would be checking if the type of `Conf.SQS` is `dict`.