Hello Allison, It depends on how you set up the queue you send your tasks to. You can explicitly route all tasks in a queue to a non-default target by using appEngineRoutingOverride in a command similar to:
gcloud tasks queues update [QUEUE_ID] --routing-override=service:[SERVICE],version:[VERSION] This is detailed on the "Configuring Cloud Tasks queues" page <https://cloud.google.com/tasks/docs/configuring-queues#routing>. This discussion group is oriented more towards general opinions, trends, and issues of general nature touching App Engine and Cloud Tasks. For coding and programming architecture, as well as setting up Cloud Tasks queues in your code, you may be better served in dedicated forums such as stackoverflow, where experienced programmers are within reach and ready to help. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/443e61b4-c754-4f4b-8635-f600d0f950e6%40googlegroups.com.