Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Timeout for notification triggers #365

Open
@VA-PLE

Description

@VA-PLE

Hello. I use argocd-notifications trigger:

trigger.on-sync-status-unknown: |
  - description: Application status is 'Unknown'
    send:
    - app-sync-status-unknown
    when: app.status.sync.status == 'Unknown'

Which notifies whether the helm chart (from the gitrepo) coincides with what is deployed in kub. Helm repositories and kube cluster are located in different regions and between them from time to time there are network delays. This leads to a false positive notification.

Please either increase the validation time of the inspection or provide tools to manually manage this latency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions