feat: add list menu of recipe, check origin
- fix: zombie thread, safe deseialize, disable backup cycle Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
parent
d7f5e12d51
commit
b16fa72383
14 changed files with 368 additions and 133 deletions
|
|
@ -24,6 +24,7 @@ sqlx = { version = "0.8.6", features = ["runtime-tokio", "tls-rustls", "sqlite"]
|
|||
tokio = { version = "1.49.0", features = ["full"] }
|
||||
tokio-cron-scheduler = "0.15.1"
|
||||
tokio-stream = "0.1.18"
|
||||
tokio-util = "0.7.18"
|
||||
uuid = { version = "1.20.0", features = ["v4"] }
|
||||
wasmtime = { version = "44.0.1", features = ["async"] }
|
||||
wasmtime-wasi = "44.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue