django-q2
django-q2 copied to clipboard
Key Error: ack_id when running in django unit tests on 1.7.2
Our unit tests are failing after upgrading to 1.7.2. Each one throws the following error:
KeyError: 'ack_id' Could not save task result Traceback (most recent call last): File "/app/.venv/lib/python3.12/site-packages/django_q/monitor.py", line 149, in save_task broker.acknowledge(task["ack_id"]) ~~~~^^^^^^^^^^