Skip to content

workflows view: deep watchers #1296

@MetRonnie

Description

@MetRonnie

#1269 (comment)

Problem

Deep watching workflow tree may have performance hit because we don't need to recompute the filter on every change e.g. job messages

workflows: {
deep: true,
immediate: true,
handler: 'filterWorkflows'
},

Proposed Solution

Refactor.

Solution might be to use intermediate computed properties that pull out the relevant fields and watch those instead.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions