문제

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?

도움이 되었습니까?

해결책

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.

Documentation

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top