Skip to content
New issue

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

Fix for SSL errors in #422 #556

Merged
merged 1 commit into from
May 14, 2021
Merged

Fix for SSL errors in #422 #556

merged 1 commit into from
May 14, 2021

Conversation

nittolese
Copy link
Contributor

After verifying the fix proposed by @cveilleux in #422 (comment)
What I've done in cluster.py:

  • reincarnate: removed close_old_django_connections() and replaced with db.connections.close_all() when Conf.SYNC is not True
  • spawn_cluster: removed close_old_django_connections() and replace with db.connection.close() when Conf.SYNC is not True

This commit passes pytest.

@Koed00 Koed00 merged commit 8d49825 into Koed00:master May 14, 2021
@Koed00
Copy link
Owner

Koed00 commented May 14, 2021

Thanks for working on this! I'll try to make a new release in the next few days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants