feat: refactor entirely json processing in favor or rawjson to handle larger payloads (#2446)

* raw json

* raw json

* raw json

* raw json

* the big rawjson rewrite

* resolve merge conflicts

* all

* progress

* progress

* all compile

* remove mut

* remove mut

* remove mut

* arc queuedjob

* finish

* finish

* finish

* fixes

* progress

* fix result

* small fixes

* small fixes

* fix tests

* fix tests

* fix tests

* optimize eval timeout

* optimize eval timeout

* optimize eval timeout

* handle big args and result in get jobs

* improve args

* fix

* fix

* fix tests

* fix tests

* done

* add bigquery to native picker

* add bigquery

---------

Co-authored-by: gbouv <guillaume@windmill.dev>
This commit is contained in:
Ruben Fiszel
2023-10-16 10:46:55 +02:00
committed by GitHub
co-authored by gbouv
parent a970108108
commit 2ee57f3f84
67 changed files with 2423 additions and 1919 deletions
+1 -1
View File
@@ -549,7 +549,7 @@ async fn run_slack_message_test_job(
false,
w_id.as_str(),
&format!("script/{}", req.hub_script_path.as_str()),
&json!(fake_result),
sqlx::types::Json(&fake_result),
0,
Utc::now(),
Some(json!(extra_args)),