Skip to content
This repository was archived by the owner on Nov 18, 2021. It is now read-only.
This repository was archived by the owner on Nov 18, 2021. It is now read-only.

Queues logging #2

@roman-mazur

Description

@roman-mazur

Proposal.

Queues can be visualized

name   | processing | line
-----------------------------------------------
queue1 | task3      | task1 <- task2
queue2 | task10     | task43 <- task42 <- task0

We can dump the state with goro.dump(Writer).
Also there is a Dumper implements GoroListener that dumps the state whenever task is added/started/finished.
GoroService has static setDebug(true|false) method that leads to registering Dumper in debug mode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions