Skip to content

Vertx.setPeriodic shouldn't be used frivolously #242

@hiddenalpha

Description

@hiddenalpha

WARN: setPeriodic causes performance issues when used frivolous. Eg tasks will overtake themselves as soon a taks takes longer than the schedule period. Which typically ends up in crashes due to OutOfMemory issues due to exponentially growing resource consumption.

See also solution.

Risky usages:

Related:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions