Lines Matching full:tasks
75 <h1><a href="cloudtasks_v2beta3.html">Cloud Tasks API</a> . <a href="cloudtasks_v2beta3.projects.ht…
78 <code><a href="cloudtasks_v2beta3.projects.locations.queues.tasks.html">tasks()</a></code>
80 <p class="firstline">Returns the tasks Resource.</p>
108 <p class="firstline">Purges a queue by deleting all of its tasks.</p>
123 Queues created with this method allow tasks to live for a maximum of 31
131 queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
141 Tasks' implementation of
146 { # A queue is a container of related tasks. Queues are configured to manage
147 # how those tasks are dispatched. Configurable properties include rate limits,
194 # * Number of tasks in the queue
202 # This message determines the maximum rate that tasks can be dispatched by a
207 "maxConcurrentDispatches": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
209 # reached, Cloud Tasks stops dispatching tasks until the number of
212 # If unspecified when the queue is created, Cloud Tasks will pick the
224 # Max burst size limits how fast tasks in queue are processed when
225 # many tasks are in the queue and the rate is high. This field
228 # many tasks are enqueued in a short period of time.
234 # token is removed from the bucket. Tasks will be dispatched until
239 # Cloud Tasks will pick the value of `max_burst_size` based on the
254 … "maxDispatchesPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this queue.
256 # If unspecified when the queue is created, Cloud Tasks will pick the
276 # All tasks that were created before this time
281 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
286 # App Engine tasks in this queue.
287 # Http tasks are not affected by this proto.
303 # If set, `app_engine_routing_override` is used for all tasks in
337 # and instance. Tasks which were created using
348 # For some queues or tasks which were created using the App Engine
352 # instance. For example, some tasks
354 # name; custom domains are not parsed by Cloud Tasks. If
364 # For some queues or tasks which were created using the App Engine
368 # instance. For example, some tasks
370 # name; custom domains are not parsed by Cloud Tasks. If
379 # * For tasks created using Cloud Tasks: the queue-level retry settings
380 # apply to all tasks in the queue that were created using Cloud Tasks.
381 # Retry settings cannot be set on individual tasks.
382 # * For tasks created using the App Engine SDK: the queue-level retry
383 # settings apply to all tasks in the queue which do not have retry settings
386 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
398 # If unspecified when the queue is created, Cloud Tasks will pick the
426 # If unspecified when the queue is created, Cloud Tasks will pick the
435 # Cloud Tasks will attempt the task `max_attempts` times (that is, if the
439 # If unspecified when the queue is created, Cloud Tasks will pick the
453 # If unspecified when the queue is created, Cloud Tasks will pick the
468 # If unspecified when the queue is created, Cloud Tasks will pick the
488 { # A queue is a container of related tasks. Queues are configured to manage
489 # how those tasks are dispatched. Configurable properties include rate limits,
536 # * Number of tasks in the queue
544 # This message determines the maximum rate that tasks can be dispatched by a
549 … "maxConcurrentDispatches": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
551 # reached, Cloud Tasks stops dispatching tasks until the number of
554 # If unspecified when the queue is created, Cloud Tasks will pick the
566 # Max burst size limits how fast tasks in queue are processed when
567 # many tasks are in the queue and the rate is high. This field
570 # many tasks are enqueued in a short period of time.
576 # token is removed from the bucket. Tasks will be dispatched until
581 # Cloud Tasks will pick the value of `max_burst_size` based on the
596 … "maxDispatchesPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this queue.
598 # If unspecified when the queue is created, Cloud Tasks will pick the
618 # All tasks that were created before this time
623 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
628 # App Engine tasks in this queue.
629 # Http tasks are not affected by this proto.
645 # If set, `app_engine_routing_override` is used for all tasks in
679 # and instance. Tasks which were created using
690 # For some queues or tasks which were created using the App Engine
694 # instance. For example, some tasks
696 # name; custom domains are not parsed by Cloud Tasks. If
706 # For some queues or tasks which were created using the App Engine
710 # instance. For example, some tasks
712 # name; custom domains are not parsed by Cloud Tasks. If
721 # * For tasks created using Cloud Tasks: the queue-level retry settings
722 # apply to all tasks in the queue that were created using Cloud Tasks.
723 # Retry settings cannot be set on individual tasks.
724 # * For tasks created using the App Engine SDK: the queue-level retry
725 # settings apply to all tasks in the queue which do not have retry settings
728 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
740 # If unspecified when the queue is created, Cloud Tasks will pick the
768 # If unspecified when the queue is created, Cloud Tasks will pick the
777 # Cloud Tasks will attempt the task `max_attempts` times (that is, if the
781 # If unspecified when the queue is created, Cloud Tasks will pick the
795 # If unspecified when the queue is created, Cloud Tasks will pick the
810 # If unspecified when the queue is created, Cloud Tasks will pick the
827 This command will delete the queue even if it has tasks in it.
836 queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
881 { # A queue is a container of related tasks. Queues are configured to manage
882 # how those tasks are dispatched. Configurable properties include rate limits,
929 # * Number of tasks in the queue
937 # This message determines the maximum rate that tasks can be dispatched by a
942 … "maxConcurrentDispatches": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
944 # reached, Cloud Tasks stops dispatching tasks until the number of
947 # If unspecified when the queue is created, Cloud Tasks will pick the
959 # Max burst size limits how fast tasks in queue are processed when
960 # many tasks are in the queue and the rate is high. This field
963 # many tasks are enqueued in a short period of time.
969 # token is removed from the bucket. Tasks will be dispatched until
974 # Cloud Tasks will pick the value of `max_burst_size` based on the
989 … "maxDispatchesPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this queue.
991 # If unspecified when the queue is created, Cloud Tasks will pick the
1011 # All tasks that were created before this time
1016 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
1021 # App Engine tasks in this queue.
1022 # Http tasks are not affected by this proto.
1038 # If set, `app_engine_routing_override` is used for all tasks in
1072 # and instance. Tasks which were created using
1083 # For some queues or tasks which were created using the App Engine
1087 # instance. For example, some tasks
1089 # name; custom domains are not parsed by Cloud Tasks. If
1099 # For some queues or tasks which were created using the App Engine
1103 # instance. For example, some tasks
1105 # name; custom domains are not parsed by Cloud Tasks. If
1114 # * For tasks created using Cloud Tasks: the queue-level retry settings
1115 # apply to all tasks in the queue that were created using Cloud Tasks.
1116 # Retry settings cannot be set on individual tasks.
1117 # * For tasks created using the App Engine SDK: the queue-level retry
1118 # settings apply to all tasks in the queue which do not have retry settings
1121 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
1133 # If unspecified when the queue is created, Cloud Tasks will pick the
1161 # If unspecified when the queue is created, Cloud Tasks will pick the
1170 # Cloud Tasks will attempt the task `max_attempts` times (that is, if the
1174 # If unspecified when the queue is created, Cloud Tasks will pick the
1188 # If unspecified when the queue is created, Cloud Tasks will pick the
1203 # If unspecified when the queue is created, Cloud Tasks will pick the
1413 { # A queue is a container of related tasks. Queues are configured to manage
1414 # how those tasks are dispatched. Configurable properties include rate limits,
1461 # * Number of tasks in the queue
1469 # This message determines the maximum rate that tasks can be dispatched by a
1474 … "maxConcurrentDispatches": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
1476 # reached, Cloud Tasks stops dispatching tasks until the number of
1479 # If unspecified when the queue is created, Cloud Tasks will pick the
1491 # Max burst size limits how fast tasks in queue are processed when
1492 # many tasks are in the queue and the rate is high. This field
1495 # many tasks are enqueued in a short period of time.
1501 # token is removed from the bucket. Tasks will be dispatched until
1506 # Cloud Tasks will pick the value of `max_burst_size` based on the
1521 … "maxDispatchesPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this queue.
1523 # If unspecified when the queue is created, Cloud Tasks will pick the
1543 # All tasks that were created before this time
1548 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
1553 # App Engine tasks in this queue.
1554 # Http tasks are not affected by this proto.
1570 # If set, `app_engine_routing_override` is used for all tasks in
1604 # and instance. Tasks which were created using
1615 # For some queues or tasks which were created using the App Engine
1619 # instance. For example, some tasks
1621 # name; custom domains are not parsed by Cloud Tasks. If
1631 # For some queues or tasks which were created using the App Engine
1635 # instance. For example, some tasks
1637 # name; custom domains are not parsed by Cloud Tasks. If
1646 # * For tasks created using Cloud Tasks: the queue-level retry settings
1647 # apply to all tasks in the queue that were created using Cloud Tasks.
1648 # Retry settings cannot be set on individual tasks.
1649 # * For tasks created using the App Engine SDK: the queue-level retry
1650 # settings apply to all tasks in the queue which do not have retry settings
1653 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
1665 # If unspecified when the queue is created, Cloud Tasks will pick the
1693 # If unspecified when the queue is created, Cloud Tasks will pick the
1702 # Cloud Tasks will attempt the task `max_attempts` times (that is, if the
1706 # If unspecified when the queue is created, Cloud Tasks will pick the
1720 # If unspecified when the queue is created, Cloud Tasks will pick the
1735 # If unspecified when the queue is created, Cloud Tasks will pick the
1771 Queues created with this method allow tasks to live for a maximum of 31
1779 queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
1805 { # A queue is a container of related tasks. Queues are configured to manage
1806 # how those tasks are dispatched. Configurable properties include rate limits,
1853 # * Number of tasks in the queue
1861 # This message determines the maximum rate that tasks can be dispatched by a
1866 "maxConcurrentDispatches": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
1868 # reached, Cloud Tasks stops dispatching tasks until the number of
1871 # If unspecified when the queue is created, Cloud Tasks will pick the
1883 # Max burst size limits how fast tasks in queue are processed when
1884 # many tasks are in the queue and the rate is high. This field
1887 # many tasks are enqueued in a short period of time.
1893 # token is removed from the bucket. Tasks will be dispatched until
1898 # Cloud Tasks will pick the value of `max_burst_size` based on the
1913 … "maxDispatchesPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this queue.
1915 # If unspecified when the queue is created, Cloud Tasks will pick the
1935 # All tasks that were created before this time
1940 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
1945 # App Engine tasks in this queue.
1946 # Http tasks are not affected by this proto.
1962 # If set, `app_engine_routing_override` is used for all tasks in
1996 # and instance. Tasks which were created using
2007 # For some queues or tasks which were created using the App Engine
2011 # instance. For example, some tasks
2013 # name; custom domains are not parsed by Cloud Tasks. If
2023 # For some queues or tasks which were created using the App Engine
2027 # instance. For example, some tasks
2029 # name; custom domains are not parsed by Cloud Tasks. If
2038 # * For tasks created using Cloud Tasks: the queue-level retry settings
2039 # apply to all tasks in the queue that were created using Cloud Tasks.
2040 # Retry settings cannot be set on individual tasks.
2041 # * For tasks created using the App Engine SDK: the queue-level retry
2042 # settings apply to all tasks in the queue which do not have retry settings
2045 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
2057 # If unspecified when the queue is created, Cloud Tasks will pick the
2085 # If unspecified when the queue is created, Cloud Tasks will pick the
2094 # Cloud Tasks will attempt the task `max_attempts` times (that is, if the
2098 # If unspecified when the queue is created, Cloud Tasks will pick the
2112 # If unspecified when the queue is created, Cloud Tasks will pick the
2127 # If unspecified when the queue is created, Cloud Tasks will pick the
2150 { # A queue is a container of related tasks. Queues are configured to manage
2151 # how those tasks are dispatched. Configurable properties include rate limits,
2198 # * Number of tasks in the queue
2206 # This message determines the maximum rate that tasks can be dispatched by a
2211 … "maxConcurrentDispatches": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
2213 # reached, Cloud Tasks stops dispatching tasks until the number of
2216 # If unspecified when the queue is created, Cloud Tasks will pick the
2228 # Max burst size limits how fast tasks in queue are processed when
2229 # many tasks are in the queue and the rate is high. This field
2232 # many tasks are enqueued in a short period of time.
2238 # token is removed from the bucket. Tasks will be dispatched until
2243 # Cloud Tasks will pick the value of `max_burst_size` based on the
2258 … "maxDispatchesPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this queue.
2260 # If unspecified when the queue is created, Cloud Tasks will pick the
2280 # All tasks that were created before this time
2285 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
2290 # App Engine tasks in this queue.
2291 # Http tasks are not affected by this proto.
2307 # If set, `app_engine_routing_override` is used for all tasks in
2341 # and instance. Tasks which were created using
2352 # For some queues or tasks which were created using the App Engine
2356 # instance. For example, some tasks
2358 # name; custom domains are not parsed by Cloud Tasks. If
2368 # For some queues or tasks which were created using the App Engine
2372 # instance. For example, some tasks
2374 # name; custom domains are not parsed by Cloud Tasks. If
2383 # * For tasks created using Cloud Tasks: the queue-level retry settings
2384 # apply to all tasks in the queue that were created using Cloud Tasks.
2385 # Retry settings cannot be set on individual tasks.
2386 # * For tasks created using the App Engine SDK: the queue-level retry
2387 # settings apply to all tasks in the queue which do not have retry settings
2390 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
2402 # If unspecified when the queue is created, Cloud Tasks will pick the
2430 # If unspecified when the queue is created, Cloud Tasks will pick the
2439 # Cloud Tasks will attempt the task `max_attempts` times (that is, if the
2443 # If unspecified when the queue is created, Cloud Tasks will pick the
2457 # If unspecified when the queue is created, Cloud Tasks will pick the
2472 # If unspecified when the queue is created, Cloud Tasks will pick the
2489 If a queue is paused then the system will stop dispatching tasks
2491 ResumeQueue. Tasks can still be added
2514 { # A queue is a container of related tasks. Queues are configured to manage
2515 # how those tasks are dispatched. Configurable properties include rate limits,
2562 # * Number of tasks in the queue
2570 # This message determines the maximum rate that tasks can be dispatched by a
2575 … "maxConcurrentDispatches": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
2577 # reached, Cloud Tasks stops dispatching tasks until the number of
2580 # If unspecified when the queue is created, Cloud Tasks will pick the
2592 # Max burst size limits how fast tasks in queue are processed when
2593 # many tasks are in the queue and the rate is high. This field
2596 # many tasks are enqueued in a short period of time.
2602 # token is removed from the bucket. Tasks will be dispatched until
2607 # Cloud Tasks will pick the value of `max_burst_size` based on the
2622 … "maxDispatchesPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this queue.
2624 # If unspecified when the queue is created, Cloud Tasks will pick the
2644 # All tasks that were created before this time
2649 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
2654 # App Engine tasks in this queue.
2655 # Http tasks are not affected by this proto.
2671 # If set, `app_engine_routing_override` is used for all tasks in
2705 # and instance. Tasks which were created using
2716 # For some queues or tasks which were created using the App Engine
2720 # instance. For example, some tasks
2722 # name; custom domains are not parsed by Cloud Tasks. If
2732 # For some queues or tasks which were created using the App Engine
2736 # instance. For example, some tasks
2738 # name; custom domains are not parsed by Cloud Tasks. If
2747 # * For tasks created using Cloud Tasks: the queue-level retry settings
2748 # apply to all tasks in the queue that were created using Cloud Tasks.
2749 # Retry settings cannot be set on individual tasks.
2750 # * For tasks created using the App Engine SDK: the queue-level retry
2751 # settings apply to all tasks in the queue which do not have retry settings
2754 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
2766 # If unspecified when the queue is created, Cloud Tasks will pick the
2794 # If unspecified when the queue is created, Cloud Tasks will pick the
2803 # Cloud Tasks will attempt the task `max_attempts` times (that is, if the
2807 # If unspecified when the queue is created, Cloud Tasks will pick the
2821 # If unspecified when the queue is created, Cloud Tasks will pick the
2836 # If unspecified when the queue is created, Cloud Tasks will pick the
2851 <pre>Purges a queue by deleting all of its tasks.
2853 All tasks created before this method is called are permanently deleted.
2855 Purge operations can take up to one minute to take effect. Tasks
2877 { # A queue is a container of related tasks. Queues are configured to manage
2878 # how those tasks are dispatched. Configurable properties include rate limits,
2925 # * Number of tasks in the queue
2933 # This message determines the maximum rate that tasks can be dispatched by a
2938 … "maxConcurrentDispatches": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
2940 # reached, Cloud Tasks stops dispatching tasks until the number of
2943 # If unspecified when the queue is created, Cloud Tasks will pick the
2955 # Max burst size limits how fast tasks in queue are processed when
2956 # many tasks are in the queue and the rate is high. This field
2959 # many tasks are enqueued in a short period of time.
2965 # token is removed from the bucket. Tasks will be dispatched until
2970 # Cloud Tasks will pick the value of `max_burst_size` based on the
2985 … "maxDispatchesPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this queue.
2987 # If unspecified when the queue is created, Cloud Tasks will pick the
3007 # All tasks that were created before this time
3012 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
3017 # App Engine tasks in this queue.
3018 # Http tasks are not affected by this proto.
3034 # If set, `app_engine_routing_override` is used for all tasks in
3068 # and instance. Tasks which were created using
3079 # For some queues or tasks which were created using the App Engine
3083 # instance. For example, some tasks
3085 # name; custom domains are not parsed by Cloud Tasks. If
3095 # For some queues or tasks which were created using the App Engine
3099 # instance. For example, some tasks
3101 # name; custom domains are not parsed by Cloud Tasks. If
3110 # * For tasks created using Cloud Tasks: the queue-level retry settings
3111 # apply to all tasks in the queue that were created using Cloud Tasks.
3112 # Retry settings cannot be set on individual tasks.
3113 # * For tasks created using the App Engine SDK: the queue-level retry
3114 # settings apply to all tasks in the queue which do not have retry settings
3117 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
3129 # If unspecified when the queue is created, Cloud Tasks will pick the
3157 # If unspecified when the queue is created, Cloud Tasks will pick the
3166 # Cloud Tasks will attempt the task `max_attempts` times (that is, if the
3170 # If unspecified when the queue is created, Cloud Tasks will pick the
3184 # If unspecified when the queue is created, Cloud Tasks will pick the
3199 # If unspecified when the queue is created, Cloud Tasks will pick the
3225 [Managing Cloud Tasks Scaling
3226 Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).
3247 { # A queue is a container of related tasks. Queues are configured to manage
3248 # how those tasks are dispatched. Configurable properties include rate limits,
3295 # * Number of tasks in the queue
3303 # This message determines the maximum rate that tasks can be dispatched by a
3308 … "maxConcurrentDispatches": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
3310 # reached, Cloud Tasks stops dispatching tasks until the number of
3313 # If unspecified when the queue is created, Cloud Tasks will pick the
3325 # Max burst size limits how fast tasks in queue are processed when
3326 # many tasks are in the queue and the rate is high. This field
3329 # many tasks are enqueued in a short period of time.
3335 # token is removed from the bucket. Tasks will be dispatched until
3340 # Cloud Tasks will pick the value of `max_burst_size` based on the
3355 … "maxDispatchesPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this queue.
3357 # If unspecified when the queue is created, Cloud Tasks will pick the
3377 # All tasks that were created before this time
3382 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
3387 # App Engine tasks in this queue.
3388 # Http tasks are not affected by this proto.
3404 # If set, `app_engine_routing_override` is used for all tasks in
3438 # and instance. Tasks which were created using
3449 # For some queues or tasks which were created using the App Engine
3453 # instance. For example, some tasks
3455 # name; custom domains are not parsed by Cloud Tasks. If
3465 # For some queues or tasks which were created using the App Engine
3469 # instance. For example, some tasks
3471 # name; custom domains are not parsed by Cloud Tasks. If
3480 # * For tasks created using Cloud Tasks: the queue-level retry settings
3481 # apply to all tasks in the queue that were created using Cloud Tasks.
3482 # Retry settings cannot be set on individual tasks.
3483 # * For tasks created using the App Engine SDK: the queue-level retry
3484 # settings apply to all tasks in the queue which do not have retry settings
3487 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
3499 # If unspecified when the queue is created, Cloud Tasks will pick the
3527 # If unspecified when the queue is created, Cloud Tasks will pick the
3536 # Cloud Tasks will attempt the task `max_attempts` times (that is, if the
3540 # If unspecified when the queue is created, Cloud Tasks will pick the
3554 # If unspecified when the queue is created, Cloud Tasks will pick the
3569 # If unspecified when the queue is created, Cloud Tasks will pick the