This commit is contained in:
Ember Moth
2026-07-05 22:22:13 +08:00
parent 4ffdc89421
commit d2253bb8fa
83 changed files with 23 additions and 1033 deletions
+4 -4
View File
@@ -38,7 +38,7 @@ impl Service {
Self::register(
&scheduler,
types::SCHEDULER_CHECK_SUBSCRIPTION,
"@every 60s",
"*/30 * * * * *",
"default",
)
.await?;
@@ -47,7 +47,7 @@ impl Service {
Self::register(
&scheduler,
types::SCHEDULER_RESET_TRAFFIC,
"30 0 * * *",
"0 30 0 * * *",
"default",
)
.await?;
@@ -56,7 +56,7 @@ impl Service {
Self::register(
&scheduler,
types::SCHEDULER_TRAFFIC_STAT,
"0 0 * * *",
"0 0 0 * * *",
"default",
)
.await?;
@@ -65,7 +65,7 @@ impl Service {
Self::register(
&scheduler,
types::FORTHWITH_QUOTA_TASK,
"0 1 * * *",
"0 0 1 * * *",
"default",
)
.await?;