popping kwargs with format_task not working #1257
diondohmen
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi there,
first of all, great work on this celery dash!
I am trying to filter sensitive kwargs with format_task within flowerconfig.py
When I try to use the example within the docs:
I am getting this error:
AttributeError: 'str' object has no attribute 'pop'
Apparently the 'task.kwargs' isn't a dict anymore but a str.
I've modified my code by making it a dict again and popping the keys.
Am I missing something?
Kinds regards!
Beta Was this translation helpful? Give feedback.
All reactions