• Home
  • Raw
  • Download

Lines Matching full:tasks

75 <h1><a href="cloudtasks_v2.html">Cloud Tasks API</a> . <a href="cloudtasks_v2.projects.html">projec…
78 <code><a href="cloudtasks_v2.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,
185 # * Number of tasks in the queue
193 # This message determines the maximum rate that tasks can be dispatched by a
198 "maxConcurrentDispatches": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
200 # reached, Cloud Tasks stops dispatching tasks until the number of
203 # If unspecified when the queue is created, Cloud Tasks will pick the
215 # Max burst size limits how fast tasks in queue are processed when
216 # many tasks are in the queue and the rate is high. This field
219 # many tasks are enqueued in a short period of time.
225 # token is removed from the bucket. Tasks will be dispatched until
230 # Cloud Tasks will pick the value of `max_burst_size` based on the
245 … "maxDispatchesPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this queue.
247 # If unspecified when the queue is created, Cloud Tasks will pick the
261 # App Engine tasks in this queue.
264 # App Engine tasks in the queue, no matter what the
298 # and instance. Tasks which were created using
309 # For some queues or tasks which were created using the App Engine
313 # instance. For example, some tasks
315 # name; custom domains are not parsed by Cloud Tasks. If
325 # For some queues or tasks which were created using the App Engine
329 # instance. For example, some tasks
331 # name; custom domains are not parsed by Cloud Tasks. If
346 # All tasks that were created before this time
351 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
357 # * For tasks created using Cloud Tasks: the queue-level retry settings
358 # apply to all tasks in the queue that were created using Cloud Tasks.
359 # Retry settings cannot be set on individual tasks.
360 # * For tasks created using the App Engine SDK: the queue-level retry
361 # settings apply to all tasks in the queue which do not have retry settings
364 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
373 # If unspecified when the queue is created, Cloud Tasks will pick the
401 # If unspecified when the queue is created, Cloud Tasks will pick the
410 # Cloud Tasks will attempt the task `max_attempts` times (that is, if the
414 # If unspecified when the queue is created, Cloud Tasks will pick the
431 # If unspecified when the queue is created, Cloud Tasks will pick the
446 # If unspecified when the queue is created, Cloud Tasks will pick the
466 { # A queue is a container of related tasks. Queues are configured to manage
467 # how those tasks are dispatched. Configurable properties include rate limits,
505 # * Number of tasks in the queue
513 # This message determines the maximum rate that tasks can be dispatched by a
518 … "maxConcurrentDispatches": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
520 # reached, Cloud Tasks stops dispatching tasks until the number of
523 # If unspecified when the queue is created, Cloud Tasks will pick the
535 # Max burst size limits how fast tasks in queue are processed when
536 # many tasks are in the queue and the rate is high. This field
539 # many tasks are enqueued in a short period of time.
545 # token is removed from the bucket. Tasks will be dispatched until
550 # Cloud Tasks will pick the value of `max_burst_size` based on the
565 … "maxDispatchesPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this queue.
567 # If unspecified when the queue is created, Cloud Tasks will pick the
581 # App Engine tasks in this queue.
584 # App Engine tasks in the queue, no matter what the
618 # and instance. Tasks which were created using
629 # For some queues or tasks which were created using the App Engine
633 # instance. For example, some tasks
635 # name; custom domains are not parsed by Cloud Tasks. If
645 # For some queues or tasks which were created using the App Engine
649 # instance. For example, some tasks
651 # name; custom domains are not parsed by Cloud Tasks. If
666 # All tasks that were created before this time
671 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
677 # * For tasks created using Cloud Tasks: the queue-level retry settings
678 # apply to all tasks in the queue that were created using Cloud Tasks.
679 # Retry settings cannot be set on individual tasks.
680 # * For tasks created using the App Engine SDK: the queue-level retry
681 # settings apply to all tasks in the queue which do not have retry settings
684 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
693 # If unspecified when the queue is created, Cloud Tasks will pick the
721 # If unspecified when the queue is created, Cloud Tasks will pick the
730 # Cloud Tasks will attempt the task `max_attempts` times (that is, if the
734 # If unspecified when the queue is created, Cloud Tasks will pick the
751 # If unspecified when the queue is created, Cloud Tasks will pick the
766 # If unspecified when the queue is created, Cloud Tasks will pick the
783 This command will delete the queue even if it has tasks in it.
792 queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
837 { # A queue is a container of related tasks. Queues are configured to manage
838 # how those tasks are dispatched. Configurable properties include rate limits,
876 # * Number of tasks in the queue
884 # This message determines the maximum rate that tasks can be dispatched by a
889 … "maxConcurrentDispatches": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
891 # reached, Cloud Tasks stops dispatching tasks until the number of
894 # If unspecified when the queue is created, Cloud Tasks will pick the
906 # Max burst size limits how fast tasks in queue are processed when
907 # many tasks are in the queue and the rate is high. This field
910 # many tasks are enqueued in a short period of time.
916 # token is removed from the bucket. Tasks will be dispatched until
921 # Cloud Tasks will pick the value of `max_burst_size` based on the
936 … "maxDispatchesPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this queue.
938 # If unspecified when the queue is created, Cloud Tasks will pick the
952 # App Engine tasks in this queue.
955 # App Engine tasks in the queue, no matter what the
989 # and instance. Tasks which were created using
1000 # For some queues or tasks which were created using the App Engine
1004 # instance. For example, some tasks
1006 # name; custom domains are not parsed by Cloud Tasks. If
1016 # For some queues or tasks which were created using the App Engine
1020 # instance. For example, some tasks
1022 # name; custom domains are not parsed by Cloud Tasks. If
1037 # All tasks that were created before this time
1042 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
1048 # * For tasks created using Cloud Tasks: the queue-level retry settings
1049 # apply to all tasks in the queue that were created using Cloud Tasks.
1050 # Retry settings cannot be set on individual tasks.
1051 # * For tasks created using the App Engine SDK: the queue-level retry
1052 # settings apply to all tasks in the queue which do not have retry settings
1055 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
1064 # If unspecified when the queue is created, Cloud Tasks will pick the
1092 # If unspecified when the queue is created, Cloud Tasks will pick the
1101 # Cloud Tasks will attempt the task `max_attempts` times (that is, if the
1105 # If unspecified when the queue is created, Cloud Tasks will pick the
1122 # If unspecified when the queue is created, Cloud Tasks will pick the
1137 # If unspecified when the queue is created, Cloud Tasks will pick the
1347 { # A queue is a container of related tasks. Queues are configured to manage
1348 # how those tasks are dispatched. Configurable properties include rate limits,
1386 # * Number of tasks in the queue
1394 # This message determines the maximum rate that tasks can be dispatched by a
1399 … "maxConcurrentDispatches": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
1401 # reached, Cloud Tasks stops dispatching tasks until the number of
1404 # If unspecified when the queue is created, Cloud Tasks will pick the
1416 # Max burst size limits how fast tasks in queue are processed when
1417 # many tasks are in the queue and the rate is high. This field
1420 # many tasks are enqueued in a short period of time.
1426 # token is removed from the bucket. Tasks will be dispatched until
1431 # Cloud Tasks will pick the value of `max_burst_size` based on the
1446 … "maxDispatchesPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this queue.
1448 # If unspecified when the queue is created, Cloud Tasks will pick the
1462 # App Engine tasks in this queue.
1465 # App Engine tasks in the queue, no matter what the
1499 # and instance. Tasks which were created using
1510 # For some queues or tasks which were created using the App Engine
1514 # instance. For example, some tasks
1516 # name; custom domains are not parsed by Cloud Tasks. If
1526 # For some queues or tasks which were created using the App Engine
1530 # instance. For example, some tasks
1532 # name; custom domains are not parsed by Cloud Tasks. If
1547 # All tasks that were created before this time
1552 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
1558 # * For tasks created using Cloud Tasks: the queue-level retry settings
1559 # apply to all tasks in the queue that were created using Cloud Tasks.
1560 # Retry settings cannot be set on individual tasks.
1561 # * For tasks created using the App Engine SDK: the queue-level retry
1562 # settings apply to all tasks in the queue which do not have retry settings
1565 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
1574 # If unspecified when the queue is created, Cloud Tasks will pick the
1602 # If unspecified when the queue is created, Cloud Tasks will pick the
1611 # Cloud Tasks will attempt the task `max_attempts` times (that is, if the
1615 # If unspecified when the queue is created, Cloud Tasks will pick the
1632 # If unspecified when the queue is created, Cloud Tasks will pick the
1647 # If unspecified when the queue is created, Cloud Tasks will pick the
1683 Queues created with this method allow tasks to live for a maximum of 31
1691 queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
1717 { # A queue is a container of related tasks. Queues are configured to manage
1718 # how those tasks are dispatched. Configurable properties include rate limits,
1756 # * Number of tasks in the queue
1764 # This message determines the maximum rate that tasks can be dispatched by a
1769 "maxConcurrentDispatches": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
1771 # reached, Cloud Tasks stops dispatching tasks until the number of
1774 # If unspecified when the queue is created, Cloud Tasks will pick the
1786 # Max burst size limits how fast tasks in queue are processed when
1787 # many tasks are in the queue and the rate is high. This field
1790 # many tasks are enqueued in a short period of time.
1796 # token is removed from the bucket. Tasks will be dispatched until
1801 # Cloud Tasks will pick the value of `max_burst_size` based on the
1816 … "maxDispatchesPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this queue.
1818 # If unspecified when the queue is created, Cloud Tasks will pick the
1832 # App Engine tasks in this queue.
1835 # App Engine tasks in the queue, no matter what the
1869 # and instance. Tasks which were created using
1880 # For some queues or tasks which were created using the App Engine
1884 # instance. For example, some tasks
1886 # name; custom domains are not parsed by Cloud Tasks. If
1896 # For some queues or tasks which were created using the App Engine
1900 # instance. For example, some tasks
1902 # name; custom domains are not parsed by Cloud Tasks. If
1917 # All tasks that were created before this time
1922 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
1928 # * For tasks created using Cloud Tasks: the queue-level retry settings
1929 # apply to all tasks in the queue that were created using Cloud Tasks.
1930 # Retry settings cannot be set on individual tasks.
1931 # * For tasks created using the App Engine SDK: the queue-level retry
1932 # settings apply to all tasks in the queue which do not have retry settings
1935 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
1944 # If unspecified when the queue is created, Cloud Tasks will pick the
1972 # If unspecified when the queue is created, Cloud Tasks will pick the
1981 # Cloud Tasks will attempt the task `max_attempts` times (that is, if the
1985 # If unspecified when the queue is created, Cloud Tasks will pick the
2002 # If unspecified when the queue is created, Cloud Tasks will pick the
2017 # If unspecified when the queue is created, Cloud Tasks will pick the
2040 { # A queue is a container of related tasks. Queues are configured to manage
2041 # how those tasks are dispatched. Configurable properties include rate limits,
2079 # * Number of tasks in the queue
2087 # This message determines the maximum rate that tasks can be dispatched by a
2092 … "maxConcurrentDispatches": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
2094 # reached, Cloud Tasks stops dispatching tasks until the number of
2097 # If unspecified when the queue is created, Cloud Tasks will pick the
2109 # Max burst size limits how fast tasks in queue are processed when
2110 # many tasks are in the queue and the rate is high. This field
2113 # many tasks are enqueued in a short period of time.
2119 # token is removed from the bucket. Tasks will be dispatched until
2124 # Cloud Tasks will pick the value of `max_burst_size` based on the
2139 … "maxDispatchesPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this queue.
2141 # If unspecified when the queue is created, Cloud Tasks will pick the
2155 # App Engine tasks in this queue.
2158 # App Engine tasks in the queue, no matter what the
2192 # and instance. Tasks which were created using
2203 # For some queues or tasks which were created using the App Engine
2207 # instance. For example, some tasks
2209 # name; custom domains are not parsed by Cloud Tasks. If
2219 # For some queues or tasks which were created using the App Engine
2223 # instance. For example, some tasks
2225 # name; custom domains are not parsed by Cloud Tasks. If
2240 # All tasks that were created before this time
2245 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
2251 # * For tasks created using Cloud Tasks: the queue-level retry settings
2252 # apply to all tasks in the queue that were created using Cloud Tasks.
2253 # Retry settings cannot be set on individual tasks.
2254 # * For tasks created using the App Engine SDK: the queue-level retry
2255 # settings apply to all tasks in the queue which do not have retry settings
2258 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
2267 # If unspecified when the queue is created, Cloud Tasks will pick the
2295 # If unspecified when the queue is created, Cloud Tasks will pick the
2304 # Cloud Tasks will attempt the task `max_attempts` times (that is, if the
2308 # If unspecified when the queue is created, Cloud Tasks will pick the
2325 # If unspecified when the queue is created, Cloud Tasks will pick the
2340 # If unspecified when the queue is created, Cloud Tasks will pick the
2357 If a queue is paused then the system will stop dispatching tasks
2359 ResumeQueue. Tasks can still be added
2382 { # A queue is a container of related tasks. Queues are configured to manage
2383 # how those tasks are dispatched. Configurable properties include rate limits,
2421 # * Number of tasks in the queue
2429 # This message determines the maximum rate that tasks can be dispatched by a
2434 … "maxConcurrentDispatches": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
2436 # reached, Cloud Tasks stops dispatching tasks until the number of
2439 # If unspecified when the queue is created, Cloud Tasks will pick the
2451 # Max burst size limits how fast tasks in queue are processed when
2452 # many tasks are in the queue and the rate is high. This field
2455 # many tasks are enqueued in a short period of time.
2461 # token is removed from the bucket. Tasks will be dispatched until
2466 # Cloud Tasks will pick the value of `max_burst_size` based on the
2481 … "maxDispatchesPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this queue.
2483 # If unspecified when the queue is created, Cloud Tasks will pick the
2497 # App Engine tasks in this queue.
2500 # App Engine tasks in the queue, no matter what the
2534 # and instance. Tasks which were created using
2545 # For some queues or tasks which were created using the App Engine
2549 # instance. For example, some tasks
2551 # name; custom domains are not parsed by Cloud Tasks. If
2561 # For some queues or tasks which were created using the App Engine
2565 # instance. For example, some tasks
2567 # name; custom domains are not parsed by Cloud Tasks. If
2582 # All tasks that were created before this time
2587 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
2593 # * For tasks created using Cloud Tasks: the queue-level retry settings
2594 # apply to all tasks in the queue that were created using Cloud Tasks.
2595 # Retry settings cannot be set on individual tasks.
2596 # * For tasks created using the App Engine SDK: the queue-level retry
2597 # settings apply to all tasks in the queue which do not have retry settings
2600 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
2609 # If unspecified when the queue is created, Cloud Tasks will pick the
2637 # If unspecified when the queue is created, Cloud Tasks will pick the
2646 # Cloud Tasks will attempt the task `max_attempts` times (that is, if the
2650 # If unspecified when the queue is created, Cloud Tasks will pick the
2667 # If unspecified when the queue is created, Cloud Tasks will pick the
2682 # If unspecified when the queue is created, Cloud Tasks will pick the
2697 <pre>Purges a queue by deleting all of its tasks.
2699 All tasks created before this method is called are permanently deleted.
2701 Purge operations can take up to one minute to take effect. Tasks
2723 { # A queue is a container of related tasks. Queues are configured to manage
2724 # how those tasks are dispatched. Configurable properties include rate limits,
2762 # * Number of tasks in the queue
2770 # This message determines the maximum rate that tasks can be dispatched by a
2775 … "maxConcurrentDispatches": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
2777 # reached, Cloud Tasks stops dispatching tasks until the number of
2780 # If unspecified when the queue is created, Cloud Tasks will pick the
2792 # Max burst size limits how fast tasks in queue are processed when
2793 # many tasks are in the queue and the rate is high. This field
2796 # many tasks are enqueued in a short period of time.
2802 # token is removed from the bucket. Tasks will be dispatched until
2807 # Cloud Tasks will pick the value of `max_burst_size` based on the
2822 … "maxDispatchesPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this queue.
2824 # If unspecified when the queue is created, Cloud Tasks will pick the
2838 # App Engine tasks in this queue.
2841 # App Engine tasks in the queue, no matter what the
2875 # and instance. Tasks which were created using
2886 # For some queues or tasks which were created using the App Engine
2890 # instance. For example, some tasks
2892 # name; custom domains are not parsed by Cloud Tasks. If
2902 # For some queues or tasks which were created using the App Engine
2906 # instance. For example, some tasks
2908 # name; custom domains are not parsed by Cloud Tasks. If
2923 # All tasks that were created before this time
2928 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
2934 # * For tasks created using Cloud Tasks: the queue-level retry settings
2935 # apply to all tasks in the queue that were created using Cloud Tasks.
2936 # Retry settings cannot be set on individual tasks.
2937 # * For tasks created using the App Engine SDK: the queue-level retry
2938 # settings apply to all tasks in the queue which do not have retry settings
2941 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
2950 # If unspecified when the queue is created, Cloud Tasks will pick the
2978 # If unspecified when the queue is created, Cloud Tasks will pick the
2987 # Cloud Tasks will attempt the task `max_attempts` times (that is, if the
2991 # If unspecified when the queue is created, Cloud Tasks will pick the
3008 # If unspecified when the queue is created, Cloud Tasks will pick the
3023 # If unspecified when the queue is created, Cloud Tasks will pick the
3049 [Managing Cloud Tasks Scaling
3050 Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).
3071 { # A queue is a container of related tasks. Queues are configured to manage
3072 # how those tasks are dispatched. Configurable properties include rate limits,
3110 # * Number of tasks in the queue
3118 # This message determines the maximum rate that tasks can be dispatched by a
3123 … "maxConcurrentDispatches": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
3125 # reached, Cloud Tasks stops dispatching tasks until the number of
3128 # If unspecified when the queue is created, Cloud Tasks will pick the
3140 # Max burst size limits how fast tasks in queue are processed when
3141 # many tasks are in the queue and the rate is high. This field
3144 # many tasks are enqueued in a short period of time.
3150 # token is removed from the bucket. Tasks will be dispatched until
3155 # Cloud Tasks will pick the value of `max_burst_size` based on the
3170 … "maxDispatchesPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this queue.
3172 # If unspecified when the queue is created, Cloud Tasks will pick the
3186 # App Engine tasks in this queue.
3189 # App Engine tasks in the queue, no matter what the
3223 # and instance. Tasks which were created using
3234 # For some queues or tasks which were created using the App Engine
3238 # instance. For example, some tasks
3240 # name; custom domains are not parsed by Cloud Tasks. If
3250 # For some queues or tasks which were created using the App Engine
3254 # instance. For example, some tasks
3256 # name; custom domains are not parsed by Cloud Tasks. If
3271 # All tasks that were created before this time
3276 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
3282 # * For tasks created using Cloud Tasks: the queue-level retry settings
3283 # apply to all tasks in the queue that were created using Cloud Tasks.
3284 # Retry settings cannot be set on individual tasks.
3285 # * For tasks created using the App Engine SDK: the queue-level retry
3286 # settings apply to all tasks in the queue which do not have retry settings
3289 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
3298 # If unspecified when the queue is created, Cloud Tasks will pick the
3326 # If unspecified when the queue is created, Cloud Tasks will pick the
3335 # Cloud Tasks will attempt the task `max_attempts` times (that is, if the
3339 # If unspecified when the queue is created, Cloud Tasks will pick the
3356 # If unspecified when the queue is created, Cloud Tasks will pick the
3371 # If unspecified when the queue is created, Cloud Tasks will pick the