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
When I try to execute a task synchronously I receive this message. Surely I've not configured properly the package. Can you help me to understand better the documentation to run this package on my project?
Currently I have created a queue in GCP with the following name and it setting up in Django:
When I try to execute a task synchronously I receive this message. Surely I've not configured properly the package. Can you help me to understand better the documentation to run this package on my project?
Currently I have created a queue in GCP with the following name and it setting up in Django:
DJANGO_GOOGLE_CLOUD_TASKS_APP_NAME = "api-backend-default-tasks-queue"
Also, I've added the urls to my project's urls file.
When I try to execute this tasks:
SendWelcomeEmailTask.asap(user_email="xxxxxx@xxxx", activation_key="xxxx")
I've received that error. Can you help me to understand how to get started with the package?
Thank yo so much!
The text was updated successfully, but these errors were encountered: