You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was also expecting things to be encrypted after I read the docs. If they are not encrypted I'd really like to be able to see the payload in django-admin.
The documentation says that tasks are encryped [1], but they are only base64 encoded, optionally compressed, and signed.
No key is required to find out what is in a task, so the docs shouldn't say that tasks are encrypted, only that they are signed.
"Tasks are signed. When a worker encounters a task it can not verify, it will be discarded for failed"
[1] http://django-q.readthedocs.io/en/latest/configure.html?highlight=encrypted#name
The text was updated successfully, but these errors were encountered: