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
If we really need to use callback at all (i believe we do not), use string definition of callback ('module.submodule.func') and pass it to task.
In the task use django.utils.module_loading.import_string to get the actual callback function.
The text was updated successfully, but these errors were encountered:
If we really need to use callback at all (i believe we do not), use string definition of callback ('module.submodule.func') and pass it to task.
In the task use django.utils.module_loading.import_string to get the actual callback function.
The text was updated successfully, but these errors were encountered: