سؤال

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