We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There was another issue similar to this: #434
But I believe this issue is different. It occurs in a different part of the code, here: https://github.com/Koed00/django-q/blob/master/django_q/cluster.py#L477
This can be fixed in the same way as the previous issue, with:
database_to_use = {"using": Conf.ORM} if not Conf.HAS_REPLICA else {} with db.transaction.atomic(**database_to_use):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There was another issue similar to this: #434
But I believe this issue is different. It occurs in a different part of the code, here: https://github.com/Koed00/django-q/blob/master/django_q/cluster.py#L477
This can be fixed in the same way as the previous issue, with:
The text was updated successfully, but these errors were encountered: