{#if $enterpriseLicense} {#if changesMade}
Non applied changes
{/if}
{#if alerts.length > 0}
{#each alerts as alert, index} {/each}
Queue Tags to Monitor Jobs Cooldown (s) Time (s) Actions
{#if editingIndex === index}
{#each alert.tags_to_monitor as tag} {tag} {/each}
filterTags(e)} disabled={workerTags.length === alert.tags_to_monitor.length} class="p-1 flex-grow mr-1" />
{#if filteredTags.length > 0}
    {#each filteredTags as tag} {#if !alert.tags_to_monitor.includes(tag)}
  • {/if} {/each}
{/if} {:else}
{#each alert.tags_to_monitor as tag} {tag} {/each}
{/if}
{#if editingIndex === index} {:else} {alert.jobs_num_threshold} {/if} {#if editingIndex === index} {:else} {alert.alert_cooldown_seconds} {/if} {#if editingIndex === index} {:else} {alert.alert_time_threshold_seconds} {/if}
{#if editingIndex === index} {:else} {/if}
{/if}
{:else}

Queue Metric Alerts are an enterprise feature allowing you to monitor queues for waiting jobs. Please upgrade to access this functionality. Learn more about our plans.

{/if}

Queue Metrics