We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fae9b7 commit e862d05Copy full SHA for e862d05
src/main.rs
@@ -95,10 +95,10 @@ async fn main() -> EResult<()> {
95
HubTask::init(&epsilon_api, &instance_provider, &queue_provider).await?,
96
2000,
97
)
98
- .ignite_task(
99
- CleanTask::init(&epsilon_api, &instance_provider, &queue_provider).await?,
100
- 1000,
101
- )
+ // .ignite_task(
+ // CleanTask::init(&epsilon_api, &instance_provider, &queue_provider).await?,
+ // 10000,
+ // )
102
.ignite_task(
103
QueueTask::init(&epsilon_api, &instance_provider, &queue_provider).await?,
104
0 commit comments