I'm creating a new service in App Engine Python 3 using a Cloud Task queue. The project already has a service using python 2 and declaring the queues in a queue.yaml file.
According with the documentation I can't mix the queue's creation using queue.yaml and Cloud Tasks API, so I'll create another yaml file for the new service.
My question is if the new queue.yaml will overwrite the existing queues or I can declare distinct queues for each service.