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
The documentation states we must enable 3 API (Cloud Task, Cloud Scheduler and Admin SDK) in GCP and the rest appears to be django project configuration.
However I believe there is more to do in order to be fully configured unless there is something I missed. Ex: add IAM to the service account and create pubsub.
I suppose some pubsub IAM are needed for publisher or subscriber
Its not stated but I assume the topics must be created manually as well (using GCP's interface or with terraform) and are not managed by a django command.
The text was updated successfully, but these errors were encountered:
Hi,
The documentation states we must enable 3 API (Cloud Task, Cloud Scheduler and Admin SDK) in GCP and the rest appears to be django project configuration.
However I believe there is more to do in order to be fully configured unless there is something I missed. Ex: add IAM to the service account and create pubsub.
On Demand Task:
I suppose we must add
Cloud Tasks Enqueuer
at least https://cloud.google.com/tasks/docs/reference-access-controlAny others?
Periodic Task
What IAM are needed for
to work?
Publisher
I suppose some pubsub IAM are needed for publisher or subscriber
Its not stated but I assume the topics must be created manually as well (using GCP's interface or with terraform) and are not managed by a django command.
The text was updated successfully, but these errors were encountered: