When using namespaces with Task Queues is the quota applicable across all namespaces or do namespaced queues actually work as separate queues? Example: the 500 task invocations per second per queue are a limit for all namespaces on the same queue or per namespace?
Asked
Active
Viewed 133 times
1 Answers
0
The quota is applicable for all namespaces
Task names are shared across all namespaces. You cannot create two tasks of the same name, even if they use different namespaces. If you wish to use the same task name for many namespaces, you can simply append each namespace to the task name.

radia
- 1,456
- 1
- 13
- 18