Schedule jobs through the new queue

This commit is contained in:
Quentin Gliech
2024-10-15 14:35:01 +02:00
parent b82483f936
commit 703bd743d6
30 changed files with 180 additions and 697 deletions

View File

@@ -69,13 +69,8 @@ skip = [
{ name = "heck", version = "0.4.1" },
# wasmtime -> cranelift is depending on this old version
{ name = "itertools", version = "0.12.1" },
# apalis-core depends on this old version
{ name = "strum", version = "0.25.0" },
{ name = "strum_macros", version = "0.25.0" },
# For some reason, axum-core depends on this old version, even though axum is on the new one
{ name = "sync_wrapper", version = "0.1.2" },
# `apalis` depends on this old version of tower
{ name = "tower", version = "0.4.13" },
]
skip-tree = []