mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-26 14:41:29 -07:00
Added attempt deadline to scheduler resource
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
b8bb9bcf06
commit
8cc7c04820
3 changed files with 49 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
schedule: "*/4 * * * *"
|
||||
description: test app engine job
|
||||
time_zone: Europe/London
|
||||
attempt_deadline: 320s
|
||||
app_engine_http_target:
|
||||
http_method: POST
|
||||
app_engine_routing:
|
||||
|
@ -39,6 +40,7 @@
|
|||
schedule: "*/4 * * * *"
|
||||
description: test app engine job
|
||||
time_zone: Europe/London
|
||||
attempt_deadline: 320s
|
||||
app_engine_http_target:
|
||||
http_method: POST
|
||||
app_engine_routing:
|
||||
|
@ -76,6 +78,7 @@
|
|||
schedule: "*/4 * * * *"
|
||||
description: test app engine job
|
||||
time_zone: Europe/London
|
||||
attempt_deadline: 320s
|
||||
app_engine_http_target:
|
||||
http_method: POST
|
||||
app_engine_routing:
|
||||
|
@ -100,6 +103,7 @@
|
|||
schedule: "*/4 * * * *"
|
||||
description: test app engine job
|
||||
time_zone: Europe/London
|
||||
attempt_deadline: 320s
|
||||
app_engine_http_target:
|
||||
http_method: POST
|
||||
app_engine_routing:
|
||||
|
@ -137,6 +141,7 @@
|
|||
schedule: "*/4 * * * *"
|
||||
description: test app engine job
|
||||
time_zone: Europe/London
|
||||
attempt_deadline: 320s
|
||||
app_engine_http_target:
|
||||
http_method: POST
|
||||
app_engine_routing:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue