Skip to content

DirtySummaryEventListener will never refresh #648

@RafaelKr

Description

@RafaelKr

The DirtySummaryEventListener uses the RefreshAgentRunner to trigger a RefreshAgentStartCommand with a delay of 1 second.

After 1 second the RefreshAgentStartCommand will be handled by the RefreshAgent. It will trigger a call to SummaryRefresher->refresh() but without any arguments. This means the DefaultRefreshAgentStrategy with a minimumIdleDelay of 300 (5 minutes) will be used.

As 1 second < 300 seconds the command will never do an actual refresh. Does the RefreshAgent need to pass a RefreshAgentStrategy to the refresh method?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions