Skip to content

Configuration verification did not check for missing task managers assigned to tasks, this is a bug #79

@StaticFX

Description

@StaticFX

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions