mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 23:18:05 -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
|
||||
AuditLogPrune = "audit-log-prune",
|
||||
DailyResourceCleanUp = "daily-resource-cleanup",
|
||||
FrequentResourceCleanUp = "frequent-resource-cleanup",
|
||||
DailyExpiringPkiItemAlert = "daily-expiring-pki-item-alert",
|
||||
DailyPkiAlertV2Processing = "daily-pki-alert-v2-processing",
|
||||
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
|
||||
AuditLogPrune = "audit-log-prune-job",
|
||||
DailyResourceCleanUp = "daily-resource-cleanup-job",
|
||||
FrequentResourceCleanUp = "frequent-resource-cleanup-job",
|
||||
DailyExpiringPkiItemAlert = "daily-expiring-pki-item-alert",
|
||||
DailyPkiAlertV2Processing = "daily-pki-alert-v2-processing",
|
||||
PkiSyncCleanup = "pki-sync-cleanup-job",
|
||||
|
||||
Reference in New Issue
Block a user