Got this new issue, using version 2.1.1
install(TaskScheduling) {
//https://github.com/Flaxoos/extra-ktor-plugins/tree/main/ktor-server-task-scheduling
redis("redis-task-manager") {
this.host = env[EnvVariables.BB_REDIS_HOST]
this.port = env[EnvVariables.BB_REDIS_PORT].toInt()
this.password = env[EnvVariables.BB_REDIS_PASSWORD]
}
}
Configuration verification did not check for missing task managers assigned to tasks, this is a bug
Plugin is called when booting ktor version 3.0.3