File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1- name = " fastapi-worker "
1+ name = " fastapi-worker3 "
22main = " src/worker.py"
33compatibility_flags = [" python_workers" , " python_dedicated_snapshot" ]
44compatibility_date = " 2025-10-09"
55
66[vars ]
77MESSAGE = " My env var"
8+
9+ [observability ]
10+ [observability .logs ]
11+ enabled = true
12+ head_sampling_rate = 1
13+ invocation_logs = true
14+ persist = true
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ def test_06_assets(dev_server):
8282 ("" , "text/html" ),
8383 ("image.svg" , "image/svg+xml" ),
8484 ("style.css" , "text/css; charset=utf-8" ),
85- ("script.js" , "application /javascript" ),
85+ ("script.js" , "text /javascript; charset=utf-8 " ),
8686 ("favicon.ico" , "image/vnd.microsoft.icon" ),
8787 ]
8888
You can’t perform that action at this time.
0 commit comments