mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
Add missing queue name
This commit is contained in:
@@ -50,6 +50,7 @@ export enum QueueName {
|
|||||||
// TODO(akhilmhdh): This will get removed later. For now this is kept to stop the repeatable queue
|
// TODO(akhilmhdh): This will get removed later. For now this is kept to stop the repeatable queue
|
||||||
AuditLogPrune = "audit-log-prune",
|
AuditLogPrune = "audit-log-prune",
|
||||||
DailyResourceCleanUp = "daily-resource-cleanup",
|
DailyResourceCleanUp = "daily-resource-cleanup",
|
||||||
|
FrequentResourceCleanUp = "frequent-resource-cleanup",
|
||||||
DailyExpiringPkiItemAlert = "daily-expiring-pki-item-alert",
|
DailyExpiringPkiItemAlert = "daily-expiring-pki-item-alert",
|
||||||
DailyPkiAlertV2Processing = "daily-pki-alert-v2-processing",
|
DailyPkiAlertV2Processing = "daily-pki-alert-v2-processing",
|
||||||
PkiSyncCleanup = "pki-sync-cleanup",
|
PkiSyncCleanup = "pki-sync-cleanup",
|
||||||
@@ -94,6 +95,7 @@ export enum QueueJobs {
|
|||||||
// TODO(akhilmhdh): This will get removed later. For now this is kept to stop the repeatable queue
|
// TODO(akhilmhdh): This will get removed later. For now this is kept to stop the repeatable queue
|
||||||
AuditLogPrune = "audit-log-prune-job",
|
AuditLogPrune = "audit-log-prune-job",
|
||||||
DailyResourceCleanUp = "daily-resource-cleanup-job",
|
DailyResourceCleanUp = "daily-resource-cleanup-job",
|
||||||
|
FrequentResourceCleanUp = "frequent-resource-cleanup-job",
|
||||||
DailyExpiringPkiItemAlert = "daily-expiring-pki-item-alert",
|
DailyExpiringPkiItemAlert = "daily-expiring-pki-item-alert",
|
||||||
DailyPkiAlertV2Processing = "daily-pki-alert-v2-processing",
|
DailyPkiAlertV2Processing = "daily-pki-alert-v2-processing",
|
||||||
PkiSyncCleanup = "pki-sync-cleanup-job",
|
PkiSyncCleanup = "pki-sync-cleanup-job",
|
||||||
|
|||||||
Reference in New Issue
Block a user