Keith Gray
Keith Gray
Thanks for the response and I understand this is difficult without code. I tried to create a simple project to show the problem but I can't recreate it, yet. Is...
I am not sure if this gives you any clues but here is the log from one of the failing tests. It looks to me like the tasks don't start...
Thank you, AdminMiddleware was turned on. I turned it off and the timeouts are no longer occurring. Am I doing something wrong to cause this? Should AdminMiddleware not be used...
Thanks again. Here is my database setup. ``` DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': 'approval', 'USER': 'username', 'PASSWORD': 'password', 'HOST': '127.0.0.1', } } ``` Here are all of...
I have tried to recreate this with a simple project but I have not been able to, yet. I have dropped into pdb inside the task execution and confirmed that...
~~Okay, I was able to produce a failing test~~, please see this repo: https://github.com/idahogray/django-dramatiq-example. ~~I see that dramatiq_test.tests.DramatiqTaskTest.test_send_email_task fails in the same way as my original project.~~ I haven't been...
Thanks for looking. I will make that change and see if that helps in my production application.
Thanks Denis. I reverted to an older FreeBSD version.
Just a small update...I tried both master and the fix-constructed-default branch with no change.
I haven't found a solution.