Skip to content

Commit afbde49

Browse files
committed
chore: Remove forward_std* lines from configs
1 parent 31f1392 commit afbde49

10 files changed

Lines changed: 0 additions & 74 deletions

obelisk-local-go-activity.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,17 @@ name = "activity_llm_openai_go"
99
location = "${OBELISK_TOML_DIR}/activity/llm/openai-go/dist/openai-go.wasm"
1010
exec.lock_expiry.seconds = 10
1111
env_vars = ["OPENAI_API_KEY", "OPENAI_API_BASE_URL"]
12-
forward_stdout = "stderr"
13-
forward_stderr = "stderr"
1412

1513
[[activity_wasm]]
1614
name = "activity_github_impl"
1715
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_github_impl.wasm"
1816
env_vars = ["GITHUB_TOKEN"]
1917
exec.lock_expiry.seconds = 5
20-
forward_stdout = "stderr"
21-
forward_stderr = "stderr"
2218

2319
[[activity_wasm]]
2420
name = "activity_db_turso"
2521
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_db_turso.wasm"
2622
env_vars = ["TURSO_TOKEN", "TURSO_LOCATION"]
27-
forward_stdout = "stderr"
28-
forward_stderr = "stderr"
2923
exec.lock_expiry.seconds = 5
3024

3125
[[workflow]]
@@ -42,8 +36,6 @@ name = "webhook"
4236
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/webhook.wasm"
4337
http_server = "webhook_server"
4438
routes = [{ methods = ["POST", "GET"], route = "" }]
45-
forward_stdout = "stderr"
46-
forward_stderr = "stderr"
4739
env_vars = [
4840
"GITHUB_WEBHOOK_SECRET",
4941
# "GITHUB_WEBHOOK_INSECURE=true" # to disable signature verification

obelisk-local-go-all.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,17 @@ name = "activity_llm_openai_go"
99
location = "${OBELISK_TOML_DIR}/activity/llm/openai-go/dist/openai-go.wasm"
1010
exec.lock_expiry.seconds = 10
1111
env_vars = ["OPENAI_API_KEY", "OPENAI_API_BASE_URL"]
12-
forward_stdout = "stderr"
13-
forward_stderr = "stderr"
1412

1513
[[activity_wasm]]
1614
name = "activity_github_impl"
1715
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_github_impl.wasm"
1816
env_vars = ["GITHUB_TOKEN"]
1917
exec.lock_expiry.seconds = 5
20-
forward_stdout = "stderr"
21-
forward_stderr = "stderr"
2218

2319
[[activity_wasm]]
2420
name = "activity_db_turso"
2521
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_db_turso.wasm"
2622
env_vars = ["TURSO_TOKEN", "TURSO_LOCATION"]
27-
forward_stdout = "stderr"
28-
forward_stderr = "stderr"
2923
exec.lock_expiry.seconds = 5
3024

3125
[[workflow]]
@@ -51,7 +45,5 @@ env_vars = [
5145
"GITHUB_WEBHOOK_SECRET",
5246
# "GITHUB_WEBHOOK_INSECURE=true", # to disable signature verification
5347
]
54-
forward_stdout = "stderr"
55-
forward_stderr = "stderr"
5648
[webhook_endpoint.backtrace.sources]
5749
"${OBELISK_TOML_DIR}/webhook/webhook-go/main.go" = "${OBELISK_TOML_DIR}/webhook/webhook-go/main.go"

obelisk-local-go-webhook.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,17 @@ name = "activity_llm_openai"
99
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_llm_openai.wasm"
1010
exec.lock_expiry.seconds = 10
1111
env_vars = ["OPENAI_API_KEY", "OPENAI_API_BASE_URL"]
12-
forward_stdout = "stderr"
13-
forward_stderr = "stderr"
1412

1513
[[activity_wasm]]
1614
name = "activity_github_impl"
1715
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_github_impl.wasm"
1816
env_vars = ["GITHUB_TOKEN"]
1917
exec.lock_expiry.seconds = 5
20-
forward_stdout = "stderr"
21-
forward_stderr = "stderr"
2218

2319
[[activity_wasm]]
2420
name = "activity_db_turso"
2521
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_db_turso.wasm"
2622
env_vars = ["TURSO_TOKEN", "TURSO_LOCATION"]
27-
forward_stdout = "stderr"
28-
forward_stderr = "stderr"
2923
exec.lock_expiry.seconds = 5
3024

3125
[[workflow]]
@@ -46,7 +40,5 @@ env_vars = [
4640
"GITHUB_WEBHOOK_SECRET",
4741
# "GITHUB_WEBHOOK_INSECURE=true", # to disable signature verification
4842
]
49-
forward_stdout = "stderr"
50-
forward_stderr = "stderr"
5143
[webhook_endpoint.backtrace.sources]
5244
"${OBELISK_TOML_DIR}/webhook/webhook-go/main.go" = "${OBELISK_TOML_DIR}/webhook/webhook-go/main.go"

obelisk-local-go-workflow.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,17 @@ name = "activity_llm_openai"
99
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_llm_openai.wasm"
1010
exec.lock_expiry.seconds = 10
1111
env_vars = ["OPENAI_API_KEY", "OPENAI_API_BASE_URL"]
12-
forward_stdout = "stderr"
13-
forward_stderr = "stderr"
1412

1513
[[activity_wasm]]
1614
name = "activity_github_impl"
1715
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_github_impl.wasm"
1816
env_vars = ["GITHUB_TOKEN"]
1917
exec.lock_expiry.seconds = 5
20-
forward_stdout = "stderr"
21-
forward_stderr = "stderr"
2218

2319
[[activity_wasm]]
2420
name = "activity_db_turso"
2521
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_db_turso.wasm"
2622
env_vars = ["TURSO_TOKEN", "TURSO_LOCATION"]
27-
forward_stdout = "stderr"
28-
forward_stderr = "stderr"
2923
exec.lock_expiry.seconds = 5
3024

3125
[[workflow]]
@@ -47,8 +41,6 @@ name = "webhook"
4741
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/webhook.wasm"
4842
http_server = "webhook_server"
4943
routes = [{ methods = ["POST", "GET"], route = "" }]
50-
forward_stdout = "stderr"
51-
forward_stderr = "stderr"
5244
env_vars = [
5345
"GITHUB_WEBHOOK_SECRET",
5446
# "GITHUB_WEBHOOK_INSECURE=true" # to disable signature verification

obelisk-local-js-activity.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,17 @@ name = "openai_js"
99
location = "${OBELISK_TOML_DIR}/activity/llm/openai-js/dist/openai-js.wasm"
1010
exec.lock_expiry.seconds = 10
1111
env_vars = ["OPENAI_API_KEY", "OPENAI_API_BASE_URL"]
12-
forward_stdout = "stderr"
13-
forward_stderr = "stderr"
1412

1513
[[activity_wasm]]
1614
name = "activity_github_impl"
1715
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_github_impl.wasm"
1816
env_vars = ["GITHUB_TOKEN"]
1917
exec.lock_expiry.seconds = 5
20-
forward_stdout = "stderr"
21-
forward_stderr = "stderr"
2218

2319
[[activity_wasm]]
2420
name = "activity_db_turso"
2521
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_db_turso.wasm"
2622
env_vars = ["TURSO_TOKEN", "TURSO_LOCATION"]
27-
forward_stdout = "stderr"
28-
forward_stderr = "stderr"
2923
exec.lock_expiry.seconds = 5
3024

3125
[[workflow]]
@@ -42,8 +36,6 @@ name = "webhook"
4236
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/webhook.wasm"
4337
http_server = "webhook_server"
4438
routes = [{ methods = ["POST", "GET"], route = "" }]
45-
forward_stdout = "stderr"
46-
forward_stderr = "stderr"
4739
env_vars = [
4840
"GITHUB_WEBHOOK_SECRET",
4941
# "GITHUB_WEBHOOK_INSECURE=true" # to disable signature verification

obelisk-local-js-all.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,17 @@ name = "openai_js"
99
location = "${OBELISK_TOML_DIR}/activity/llm/openai-js/dist/openai-js.wasm"
1010
exec.lock_expiry.seconds = 10
1111
env_vars = ["OPENAI_API_KEY", "OPENAI_API_BASE_URL"]
12-
forward_stdout = "stderr"
13-
forward_stderr = "stderr"
1412

1513
[[activity_wasm]]
1614
name = "activity_github_impl"
1715
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_github_impl.wasm"
1816
env_vars = ["GITHUB_TOKEN"]
1917
exec.lock_expiry.seconds = 5
20-
forward_stdout = "stderr"
21-
forward_stderr = "stderr"
2218

2319
[[activity_wasm]]
2420
name = "activity_db_turso"
2521
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_db_turso.wasm"
2622
env_vars = ["TURSO_TOKEN", "TURSO_LOCATION"]
27-
forward_stdout = "stderr"
28-
forward_stderr = "stderr"
2923
exec.lock_expiry.seconds = 5
3024

3125
[[workflow]]
@@ -45,5 +39,3 @@ env_vars = [
4539
"GITHUB_WEBHOOK_SECRET",
4640
# "GITHUB_WEBHOOK_INSECURE=true" # to disable signature verification
4741
]
48-
forward_stdout = "stderr"
49-
forward_stderr = "stderr"

obelisk-local-js-webhook.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,17 @@ name = "activity_llm_openai"
99
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_llm_openai.wasm"
1010
exec.lock_expiry.seconds = 10
1111
env_vars = ["OPENAI_API_KEY", "OPENAI_API_BASE_URL"]
12-
forward_stdout = "stderr"
13-
forward_stderr = "stderr"
1412

1513
[[activity_wasm]]
1614
name = "activity_github_impl"
1715
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_github_impl.wasm"
1816
env_vars = ["GITHUB_TOKEN"]
1917
exec.lock_expiry.seconds = 5
20-
forward_stdout = "stderr"
21-
forward_stderr = "stderr"
2218

2319
[[activity_wasm]]
2420
name = "activity_db_turso"
2521
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_db_turso.wasm"
2622
env_vars = ["TURSO_TOKEN", "TURSO_LOCATION"]
27-
forward_stdout = "stderr"
28-
forward_stderr = "stderr"
2923
exec.lock_expiry.seconds = 5
3024

3125
[[workflow]]
@@ -46,5 +40,3 @@ env_vars = [
4640
"GITHUB_WEBHOOK_SECRET",
4741
# "GITHUB_WEBHOOK_INSECURE=true" # to disable signature verification
4842
]
49-
forward_stdout = "stderr"
50-
forward_stderr = "stderr"

obelisk-local-js-workflow.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,17 @@ name = "activity_llm_openai"
99
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_llm_openai.wasm"
1010
exec.lock_expiry.seconds = 10
1111
env_vars = ["OPENAI_API_KEY", "OPENAI_API_BASE_URL"]
12-
forward_stdout = "stderr"
13-
forward_stderr = "stderr"
1412

1513
[[activity_wasm]]
1614
name = "activity_github_impl"
1715
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_github_impl.wasm"
1816
env_vars = ["GITHUB_TOKEN"]
1917
exec.lock_expiry.seconds = 5
20-
forward_stdout = "stderr"
21-
forward_stderr = "stderr"
2218

2319
[[activity_wasm]]
2420
name = "activity_db_turso"
2521
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_db_turso.wasm"
2622
env_vars = ["TURSO_TOKEN", "TURSO_LOCATION"]
27-
forward_stdout = "stderr"
28-
forward_stderr = "stderr"
2923
exec.lock_expiry.seconds = 5
3024

3125
[[workflow]]
@@ -41,8 +35,6 @@ name = "webhook"
4135
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/webhook.wasm"
4236
http_server = "webhook_server"
4337
routes = [{ methods = ["POST", "GET"], route = "" }]
44-
forward_stdout = "stderr"
45-
forward_stderr = "stderr"
4638
env_vars = [
4739
"GITHUB_WEBHOOK_SECRET",
4840
# "GITHUB_WEBHOOK_INSECURE=true" # to disable signature verification

obelisk-local.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,17 @@ name = "activity_llm_openai"
99
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_llm_openai.wasm"
1010
exec.lock_expiry.seconds = 10
1111
env_vars = ["OPENAI_API_KEY", "OPENAI_API_BASE_URL"]
12-
forward_stdout = "stderr"
13-
forward_stderr = "stderr"
1412

1513
[[activity_wasm]]
1614
name = "activity_github_impl"
1715
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_github_impl.wasm"
1816
env_vars = ["GITHUB_TOKEN"]
1917
exec.lock_expiry.seconds = 5
20-
forward_stdout = "stderr"
21-
forward_stderr = "stderr"
2218

2319
[[activity_wasm]]
2420
name = "activity_db_turso"
2521
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_db_turso.wasm"
2622
env_vars = ["TURSO_TOKEN", "TURSO_LOCATION"]
27-
forward_stdout = "stderr"
28-
forward_stderr = "stderr"
2923
exec.lock_expiry.seconds = 5
3024

3125
[[workflow]]
@@ -42,8 +36,6 @@ name = "webhook"
4236
location = "${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/webhook.wasm"
4337
http_server = "webhook_server"
4438
routes = [{ methods = ["POST", "GET"], route = "" }]
45-
forward_stdout = "stderr"
46-
forward_stderr = "stderr"
4739
env_vars = [
4840
"GITHUB_WEBHOOK_SECRET",
4941
# "GITHUB_WEBHOOK_INSECURE=true" # to disable signature verification

obelisk-oci.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ name = "webhook"
3636
location = "oci://docker.io/getobelisk/demo_stargazers_webhook:2026-02-07@sha256:9212bf8892123e61a766af8c35bf23f3d414d30d9cb3145f0749db88538c97b8"
3737
http_server = "webhook_server"
3838
routes = [{ methods = ["POST", "GET"], route = "" }]
39-
forward_stdout = "stderr"
40-
forward_stderr = "stderr"
4139
env_vars = [
4240
"GITHUB_WEBHOOK_SECRET",
4341
# "GITHUB_WEBHOOK_INSECURE=true" # to disable signature verification

0 commit comments

Comments
 (0)