Skip to content

Commit

Permalink
Merge pull request #1690 from scpwiki/WJ-1208-rsmq-async
Browse files Browse the repository at this point in the history
[WJ-1208] Fix long job delay error
  • Loading branch information
emmiegit authored Nov 7, 2023
2 parents 2c6b023 + c48e38f commit bd60c1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deepwell/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deepwell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ redis = { version = "0.23", features = ["aio", "connection-manager", "keep-alive
ref-map = "0.1"
regex = "1"
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }
rsmq_async = "6"
rsmq_async = "7"
rust-s3 = { version = "0.32", features = ["with-async-std"], default-features = false }
sea-orm = { version = "0.12", features = ["sqlx-postgres", "runtime-async-std-rustls", "postgres-array", "macros", "with-json", "with-time"], default-features = false }
sea-query = "0.30"
Expand Down

0 comments on commit bd60c1c

Please sign in to comment.