Hello!
At the moment we are implementing external indexes in the advanced search plugin. We use Google Cloud Tasks as a job queue solution and we noticed that the queues can't be created since the queue names have a hardcoded colon separator which is not supported by Google Cloud tasks.
Is it an idea to make an overridable optional queue name separator to make it backwards compatible?