We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, thanks for this package.
I have a question on setting up a recurrent task.
I defined a current task as you did in the README and then ran the schedule_tasks management command. However, all I get as output is:
schedule_tasks
Successfully scheduled 0 tasks to domain http://localhost:8080
Is there additional setup required for registering the task? (I briefly parsed the source code but thought it may be more efficient to ask directly)
Also, what should the value of DJANGO_CLOUD_TASKS_ENDPOINT be? Just the URL of my deployment?
DJANGO_CLOUD_TASKS_ENDPOINT
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey, thanks for this package.
I have a question on setting up a recurrent task.
I defined a current task as you did in the README and then ran the
schedule_tasks
management command.However, all I get as output is:
Is there additional setup required for registering the task?
(I briefly parsed the source code but thought it may be more efficient to ask directly)
Also, what should the value of
DJANGO_CLOUD_TASKS_ENDPOINT
be? Just the URL of my deployment?The text was updated successfully, but these errors were encountered: