pull キューを作成したら、タスクを作成してキューに追加できます。
まず、queue.yaml
で定義されているキューの名前が必要になります。次に、Method
を PULL
に設定します。次の例では、pull-queue
という名前の pull キューにタスクを配置します。
次のステップ
- タスクをリースする方法を学習する。
pull キューを作成したら、タスクを作成してキューに追加できます。
まず、queue.yaml
で定義されているキューの名前が必要になります。次に、Method
を PULL
に設定します。次の例では、pull-queue
という名前の pull キューにタスクを配置します。
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-12-02 UTC.