Lines Matching full:tasks
75 <h1><a href="cloudtasks_v2beta2.html">Cloud Tasks API</a> . <a href="cloudtasks_v2beta2.projects.ht…
78 <code><a href="cloudtasks_v2beta2.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,
172 # control task attempts however they control how tasks are
184 # This message determines the maximum rate that tasks can be dispatched by a
189 "maxConcurrentTasks": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
191 # reached, Cloud Tasks stops dispatching tasks until the number of
194 # If unspecified when the queue is created, Cloud Tasks will pick the
210 # Max burst size limits how fast tasks in queue are processed when
211 # many tasks are in the queue and the rate is high. This field
214 # many tasks are enqueued in a short period of time.
220 # token is removed from the bucket. Tasks will be dispatched until
225 # Cloud Tasks will pick the value of `max_burst_size` based on the
240 …"maxTasksDispatchedPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this qu…
242 # If unspecified when the queue is created, Cloud Tasks will pick the
274 # If set, `app_engine_routing_override` is used for all tasks in
323 # queue's project ID. Some tasks which were created using the App Engine
369 # For some queues or tasks which were created using the App Engine
373 # instance. For example, some tasks
375 # name; custom domains are not parsed by Cloud Tasks. If
385 # For some queues or tasks which were created using the App Engine
389 # instance. For example, some tasks
391 # name; custom domains are not parsed by Cloud Tasks. If
411 # All tasks that were created before this time
416 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
422 # * For tasks created using Cloud Tasks: the queue-level retry settings
423 # apply to all tasks in the queue that were created using Cloud Tasks.
424 # Retry settings cannot be set on individual tasks.
425 # * For tasks created using the App Engine SDK: the queue-level retry
426 # settings apply to all tasks in the queue which do not have retry settings
429 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
451 # If unspecified when the queue is created, Cloud Tasks will pick the
463 # Cloud Tasks will attempt the task `max_attempts` times (that
475 # If unspecified when the queue is created, Cloud Tasks will pick the
492 # If unspecified when the queue is created, Cloud Tasks will pick the
509 # If unspecified when the queue is created, Cloud Tasks will pick the
531 { # A queue is a container of related tasks. Queues are configured to manage
532 # how those tasks are dispatched. Configurable properties include rate limits,
557 # control task attempts however they control how tasks are
569 # This message determines the maximum rate that tasks can be dispatched by a
574 "maxConcurrentTasks": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
576 # reached, Cloud Tasks stops dispatching tasks until the number of
579 # If unspecified when the queue is created, Cloud Tasks will pick the
595 # Max burst size limits how fast tasks in queue are processed when
596 # many tasks are in the queue and the rate is high. This field
599 # many tasks are enqueued in a short period of time.
605 # token is removed from the bucket. Tasks will be dispatched until
610 # Cloud Tasks will pick the value of `max_burst_size` based on the
625 …"maxTasksDispatchedPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this qu…
627 # If unspecified when the queue is created, Cloud Tasks will pick the
659 # If set, `app_engine_routing_override` is used for all tasks in
708 # queue's project ID. Some tasks which were created using the App Engine
754 # For some queues or tasks which were created using the App Engine
758 # instance. For example, some tasks
760 # name; custom domains are not parsed by Cloud Tasks. If
770 # For some queues or tasks which were created using the App Engine
774 # instance. For example, some tasks
776 # name; custom domains are not parsed by Cloud Tasks. If
796 # All tasks that were created before this time
801 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
807 # * For tasks created using Cloud Tasks: the queue-level retry settings
808 # apply to all tasks in the queue that were created using Cloud Tasks.
809 # Retry settings cannot be set on individual tasks.
810 # * For tasks created using the App Engine SDK: the queue-level retry
811 # settings apply to all tasks in the queue which do not have retry settings
814 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
836 # If unspecified when the queue is created, Cloud Tasks will pick the
848 # Cloud Tasks will attempt the task `max_attempts` times (that
860 # If unspecified when the queue is created, Cloud Tasks will pick the
877 # If unspecified when the queue is created, Cloud Tasks will pick the
894 # If unspecified when the queue is created, Cloud Tasks will pick the
913 This command will delete the queue even if it has tasks in it.
922 queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
967 { # A queue is a container of related tasks. Queues are configured to manage
968 # how those tasks are dispatched. Configurable properties include rate limits,
993 # control task attempts however they control how tasks are
1005 # This message determines the maximum rate that tasks can be dispatched by a
1010 "maxConcurrentTasks": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
1012 # reached, Cloud Tasks stops dispatching tasks until the number of
1015 # If unspecified when the queue is created, Cloud Tasks will pick the
1031 # Max burst size limits how fast tasks in queue are processed when
1032 # many tasks are in the queue and the rate is high. This field
1035 # many tasks are enqueued in a short period of time.
1041 # token is removed from the bucket. Tasks will be dispatched until
1046 # Cloud Tasks will pick the value of `max_burst_size` based on the
1061 …"maxTasksDispatchedPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this qu…
1063 # If unspecified when the queue is created, Cloud Tasks will pick the
1095 # If set, `app_engine_routing_override` is used for all tasks in
1144 # queue's project ID. Some tasks which were created using the App Engine
1190 # For some queues or tasks which were created using the App Engine
1194 # instance. For example, some tasks
1196 # name; custom domains are not parsed by Cloud Tasks. If
1206 # For some queues or tasks which were created using the App Engine
1210 # instance. For example, some tasks
1212 # name; custom domains are not parsed by Cloud Tasks. If
1232 # All tasks that were created before this time
1237 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
1243 # * For tasks created using Cloud Tasks: the queue-level retry settings
1244 # apply to all tasks in the queue that were created using Cloud Tasks.
1245 # Retry settings cannot be set on individual tasks.
1246 # * For tasks created using the App Engine SDK: the queue-level retry
1247 # settings apply to all tasks in the queue which do not have retry settings
1250 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
1272 # If unspecified when the queue is created, Cloud Tasks will pick the
1284 # Cloud Tasks will attempt the task `max_attempts` times (that
1296 # If unspecified when the queue is created, Cloud Tasks will pick the
1313 # If unspecified when the queue is created, Cloud Tasks will pick the
1330 # If unspecified when the queue is created, Cloud Tasks will pick the
1542 { # A queue is a container of related tasks. Queues are configured to manage
1543 # how those tasks are dispatched. Configurable properties include rate limits,
1568 # control task attempts however they control how tasks are
1580 # This message determines the maximum rate that tasks can be dispatched by a
1585 "maxConcurrentTasks": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
1587 # reached, Cloud Tasks stops dispatching tasks until the number of
1590 # If unspecified when the queue is created, Cloud Tasks will pick the
1606 # Max burst size limits how fast tasks in queue are processed when
1607 # many tasks are in the queue and the rate is high. This field
1610 # many tasks are enqueued in a short period of time.
1616 # token is removed from the bucket. Tasks will be dispatched until
1621 # Cloud Tasks will pick the value of `max_burst_size` based on the
1636 …"maxTasksDispatchedPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this qu…
1638 # If unspecified when the queue is created, Cloud Tasks will pick the
1670 # If set, `app_engine_routing_override` is used for all tasks in
1719 # queue's project ID. Some tasks which were created using the App Engine
1765 # For some queues or tasks which were created using the App Engine
1769 # instance. For example, some tasks
1771 # name; custom domains are not parsed by Cloud Tasks. If
1781 # For some queues or tasks which were created using the App Engine
1785 # instance. For example, some tasks
1787 # name; custom domains are not parsed by Cloud Tasks. If
1807 # All tasks that were created before this time
1812 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
1818 # * For tasks created using Cloud Tasks: the queue-level retry settings
1819 # apply to all tasks in the queue that were created using Cloud Tasks.
1820 # Retry settings cannot be set on individual tasks.
1821 # * For tasks created using the App Engine SDK: the queue-level retry
1822 # settings apply to all tasks in the queue which do not have retry settings
1825 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
1847 # If unspecified when the queue is created, Cloud Tasks will pick the
1859 # Cloud Tasks will attempt the task `max_attempts` times (that
1871 # If unspecified when the queue is created, Cloud Tasks will pick the
1888 # If unspecified when the queue is created, Cloud Tasks will pick the
1905 # If unspecified when the queue is created, Cloud Tasks will pick the
1943 Queues created with this method allow tasks to live for a maximum of 31
1951 queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
1977 { # A queue is a container of related tasks. Queues are configured to manage
1978 # how those tasks are dispatched. Configurable properties include rate limits,
2003 # control task attempts however they control how tasks are
2015 # This message determines the maximum rate that tasks can be dispatched by a
2020 "maxConcurrentTasks": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
2022 # reached, Cloud Tasks stops dispatching tasks until the number of
2025 # If unspecified when the queue is created, Cloud Tasks will pick the
2041 # Max burst size limits how fast tasks in queue are processed when
2042 # many tasks are in the queue and the rate is high. This field
2045 # many tasks are enqueued in a short period of time.
2051 # token is removed from the bucket. Tasks will be dispatched until
2056 # Cloud Tasks will pick the value of `max_burst_size` based on the
2071 …"maxTasksDispatchedPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this qu…
2073 # If unspecified when the queue is created, Cloud Tasks will pick the
2105 # If set, `app_engine_routing_override` is used for all tasks in
2154 # queue's project ID. Some tasks which were created using the App Engine
2200 # For some queues or tasks which were created using the App Engine
2204 # instance. For example, some tasks
2206 # name; custom domains are not parsed by Cloud Tasks. If
2216 # For some queues or tasks which were created using the App Engine
2220 # instance. For example, some tasks
2222 # name; custom domains are not parsed by Cloud Tasks. If
2242 # All tasks that were created before this time
2247 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
2253 # * For tasks created using Cloud Tasks: the queue-level retry settings
2254 # apply to all tasks in the queue that were created using Cloud Tasks.
2255 # Retry settings cannot be set on individual tasks.
2256 # * For tasks created using the App Engine SDK: the queue-level retry
2257 # settings apply to all tasks in the queue which do not have retry settings
2260 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
2282 # If unspecified when the queue is created, Cloud Tasks will pick the
2294 # Cloud Tasks will attempt the task `max_attempts` times (that
2306 # If unspecified when the queue is created, Cloud Tasks will pick the
2323 # 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
2365 { # A queue is a container of related tasks. Queues are configured to manage
2366 # how those tasks are dispatched. Configurable properties include rate limits,
2391 # control task attempts however they control how tasks are
2403 # This message determines the maximum rate that tasks can be dispatched by a
2408 "maxConcurrentTasks": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
2410 # reached, Cloud Tasks stops dispatching tasks until the number of
2413 # If unspecified when the queue is created, Cloud Tasks will pick the
2429 # Max burst size limits how fast tasks in queue are processed when
2430 # many tasks are in the queue and the rate is high. This field
2433 # many tasks are enqueued in a short period of time.
2439 # token is removed from the bucket. Tasks will be dispatched until
2444 # Cloud Tasks will pick the value of `max_burst_size` based on the
2459 …"maxTasksDispatchedPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this qu…
2461 # If unspecified when the queue is created, Cloud Tasks will pick the
2493 # If set, `app_engine_routing_override` is used for all tasks in
2542 # queue's project ID. Some tasks which were created using the App Engine
2588 # For some queues or tasks which were created using the App Engine
2592 # instance. For example, some tasks
2594 # name; custom domains are not parsed by Cloud Tasks. If
2604 # For some queues or tasks which were created using the App Engine
2608 # instance. For example, some tasks
2610 # name; custom domains are not parsed by Cloud Tasks. If
2630 # All tasks that were created before this time
2635 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
2641 # * For tasks created using Cloud Tasks: the queue-level retry settings
2642 # apply to all tasks in the queue that were created using Cloud Tasks.
2643 # Retry settings cannot be set on individual tasks.
2644 # * For tasks created using the App Engine SDK: the queue-level retry
2645 # settings apply to all tasks in the queue which do not have retry settings
2648 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
2670 # If unspecified when the queue is created, Cloud Tasks will pick the
2682 # Cloud Tasks will attempt the task `max_attempts` times (that
2694 # If unspecified when the queue is created, Cloud Tasks will pick the
2711 # If unspecified when the queue is created, Cloud Tasks will pick the
2728 # If unspecified when the queue is created, Cloud Tasks will pick the
2747 If a queue is paused then the system will stop dispatching tasks
2749 ResumeQueue. Tasks can still be added
2772 { # A queue is a container of related tasks. Queues are configured to manage
2773 # how those tasks are dispatched. Configurable properties include rate limits,
2798 # control task attempts however they control how tasks are
2810 # This message determines the maximum rate that tasks can be dispatched by a
2815 "maxConcurrentTasks": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
2817 # reached, Cloud Tasks stops dispatching tasks until the number of
2820 # If unspecified when the queue is created, Cloud Tasks will pick the
2836 # Max burst size limits how fast tasks in queue are processed when
2837 # many tasks are in the queue and the rate is high. This field
2840 # many tasks are enqueued in a short period of time.
2846 # token is removed from the bucket. Tasks will be dispatched until
2851 # Cloud Tasks will pick the value of `max_burst_size` based on the
2866 …"maxTasksDispatchedPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this qu…
2868 # If unspecified when the queue is created, Cloud Tasks will pick the
2900 # If set, `app_engine_routing_override` is used for all tasks in
2949 # queue's project ID. Some tasks which were created using the App Engine
2995 # For some queues or tasks which were created using the App Engine
2999 # instance. For example, some tasks
3001 # name; custom domains are not parsed by Cloud Tasks. If
3011 # For some queues or tasks which were created using the App Engine
3015 # instance. For example, some tasks
3017 # name; custom domains are not parsed by Cloud Tasks. If
3037 # All tasks that were created before this time
3042 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
3048 # * For tasks created using Cloud Tasks: the queue-level retry settings
3049 # apply to all tasks in the queue that were created using Cloud Tasks.
3050 # Retry settings cannot be set on individual tasks.
3051 # * For tasks created using the App Engine SDK: the queue-level retry
3052 # settings apply to all tasks in the queue which do not have retry settings
3055 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
3077 # If unspecified when the queue is created, Cloud Tasks will pick the
3089 # Cloud Tasks will attempt the task `max_attempts` times (that
3101 # If unspecified when the queue is created, Cloud Tasks will pick the
3118 # If unspecified when the queue is created, Cloud Tasks will pick the
3135 # If unspecified when the queue is created, Cloud Tasks will pick the
3152 <pre>Purges a queue by deleting all of its tasks.
3154 All tasks created before this method is called are permanently deleted.
3156 Purge operations can take up to one minute to take effect. Tasks
3178 { # A queue is a container of related tasks. Queues are configured to manage
3179 # how those tasks are dispatched. Configurable properties include rate limits,
3204 # control task attempts however they control how tasks are
3216 # This message determines the maximum rate that tasks can be dispatched by a
3221 "maxConcurrentTasks": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
3223 # reached, Cloud Tasks stops dispatching tasks until the number of
3226 # If unspecified when the queue is created, Cloud Tasks will pick the
3242 # Max burst size limits how fast tasks in queue are processed when
3243 # many tasks are in the queue and the rate is high. This field
3246 # many tasks are enqueued in a short period of time.
3252 # token is removed from the bucket. Tasks will be dispatched until
3257 # Cloud Tasks will pick the value of `max_burst_size` based on the
3272 …"maxTasksDispatchedPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this qu…
3274 # If unspecified when the queue is created, Cloud Tasks will pick the
3306 # If set, `app_engine_routing_override` is used for all tasks in
3355 # queue's project ID. Some tasks which were created using the App Engine
3401 # For some queues or tasks which were created using the App Engine
3405 # instance. For example, some tasks
3407 # name; custom domains are not parsed by Cloud Tasks. If
3417 # For some queues or tasks which were created using the App Engine
3421 # instance. For example, some tasks
3423 # name; custom domains are not parsed by Cloud Tasks. If
3443 # All tasks that were created before this time
3448 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
3454 # * For tasks created using Cloud Tasks: the queue-level retry settings
3455 # apply to all tasks in the queue that were created using Cloud Tasks.
3456 # Retry settings cannot be set on individual tasks.
3457 # * For tasks created using the App Engine SDK: the queue-level retry
3458 # settings apply to all tasks in the queue which do not have retry settings
3461 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
3483 # If unspecified when the queue is created, Cloud Tasks will pick the
3495 # Cloud Tasks will attempt the task `max_attempts` times (that
3507 # If unspecified when the queue is created, Cloud Tasks will pick the
3524 # If unspecified when the queue is created, Cloud Tasks will pick the
3541 # If unspecified when the queue is created, Cloud Tasks will pick the
3569 [Managing Cloud Tasks Scaling
3570 Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).
3591 { # A queue is a container of related tasks. Queues are configured to manage
3592 # how those tasks are dispatched. Configurable properties include rate limits,
3617 # control task attempts however they control how tasks are
3629 # This message determines the maximum rate that tasks can be dispatched by a
3634 "maxConcurrentTasks": 42, # The maximum number of concurrent tasks that Cloud Tasks allows
3636 # reached, Cloud Tasks stops dispatching tasks until the number of
3639 # If unspecified when the queue is created, Cloud Tasks will pick the
3655 # Max burst size limits how fast tasks in queue are processed when
3656 # many tasks are in the queue and the rate is high. This field
3659 # many tasks are enqueued in a short period of time.
3665 # token is removed from the bucket. Tasks will be dispatched until
3670 # Cloud Tasks will pick the value of `max_burst_size` based on the
3685 …"maxTasksDispatchedPerSecond": 3.14, # The maximum rate at which tasks are dispatched from this qu…
3687 # If unspecified when the queue is created, Cloud Tasks will pick the
3719 # If set, `app_engine_routing_override` is used for all tasks in
3768 # queue's project ID. Some tasks which were created using the App Engine
3814 # For some queues or tasks which were created using the App Engine
3818 # instance. For example, some tasks
3820 # name; custom domains are not parsed by Cloud Tasks. If
3830 # For some queues or tasks which were created using the App Engine
3834 # instance. For example, some tasks
3836 # name; custom domains are not parsed by Cloud Tasks. If
3856 # All tasks that were created before this time
3861 …//cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging…
3867 # * For tasks created using Cloud Tasks: the queue-level retry settings
3868 # apply to all tasks in the queue that were created using Cloud Tasks.
3869 # Retry settings cannot be set on individual tasks.
3870 # * For tasks created using the App Engine SDK: the queue-level retry
3871 # settings apply to all tasks in the queue which do not have retry settings
3874 …umentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
3896 # If unspecified when the queue is created, Cloud Tasks will pick the
3908 # Cloud Tasks will attempt the task `max_attempts` times (that
3920 # If unspecified when the queue is created, Cloud Tasks will pick the
3937 # If unspecified when the queue is created, Cloud Tasks will pick the
3954 # If unspecified when the queue is created, Cloud Tasks will pick the