test: run_stress_test.sh — полный стресс-тест всех примеров
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
sless_function.time_getter: Refreshing state... [name=simple-py-time-getter]
|
||||
sless_job.run_getter: Refreshing state... [name=simple-py-getter-run]
|
||||
sless_function.time_display: Refreshing state... [name=simple-py-time-display]
|
||||
sless_trigger.display_http: Refreshing state... [name=simple-py-display-http]
|
||||
|
||||
Terraform used the selected providers to generate the following execution
|
||||
plan. Resource actions are indicated with the following symbols:
|
||||
~ update in-place
|
||||
|
||||
Terraform will perform the following actions:
|
||||
|
||||
# sless_function.time_display will be updated in-place
|
||||
~ resource "sless_function" "time_display" {
|
||||
~ build_timeout_sec = 300 -> (known after apply)
|
||||
~ code_hash = "394881701022565dcc3e786917b541b2ff4763b1d36adb80e0110e17115a3d88" -> (known after apply)
|
||||
~ image_ref = "naeel/sless-sless-cdd874dfa31ba6ca-simple-py-time-display:6f9aecbf3839" -> (known after apply)
|
||||
~ memory_mb = 64 -> 96
|
||||
name = "simple-py-time-display"
|
||||
~ timeout_sec = 30 -> (known after apply)
|
||||
# (5 unchanged attributes hidden)
|
||||
}
|
||||
|
||||
Plan: 0 to add, 1 to change, 0 to destroy.
|
||||
sless_function.time_display: Modifying... [name=simple-py-time-display]
|
||||
sless_function.time_display: Modifications complete after 0s [name=simple-py-time-display]
|
||||
|
||||
Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
|
||||
|
||||
Outputs:
|
||||
|
||||
display_url = "https://sless-api.kube5s.ru/fn/sless-cdd874dfa31ba6ca/simple-py-time-display"
|
||||
job_result = "{\"time\": \"2026-03-11T06:45:01.234537+00:00\"}"
|
||||
Reference in New Issue
Block a user