when trying to access Periodic Task add/change view - throws exception: TypeError: cannot unpack non-iterable function object #517
Unanswered
mrchameleon
asked this question in
Q&A
Replies: 1 comment
-
The only factor in production being different from Staging where this is working is newrelic is in use. Something going on with the URLs (add/change) or in populating one of the form's dropdowns seems to be the root cause?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Really stuck on this. Any suggestions appreciated...
Discussed in #481
Originally posted by mrchameleon December 15, 2021
Hello, I am using django 3.2 and django-celery-beat==2.2.0
when I go into my celery beat/ period tasks in the admin, and try to change or add a new one, I immediately get an internal server error. The stack trace is below. The add/change action works in my non-production environments and I am hosting on heroku, which probably has something to do with the issue, since in development, qa, and staging this is working fine. (and was working previously in prod some time ago...)
This stack trace repeats the same block over and over again in the log when i try the action, so it seems like some kind of recursive error
Beta Was this translation helpful? Give feedback.
All reactions