chore: Add active_storage_purge queue to Sidekiq (#4322)

I found that these jobs were just enqueuing without processing until I added this queue after switching to S3 storage. This fixed that issue.
This commit is contained in:
Kyle Killion
2022-03-29 11:43:07 +05:30
committed by GitHub
parent 5e8fd689c9
commit cffc984ef6
+1
View File
@@ -18,6 +18,7 @@
- [bots, 1]
- [active_storage_analysis, 1]
- [action_mailbox_incineration, 1]
- [active_storage_purge, 1]
- [integrations, 2]
- [default, 2]
- [mailers, 2]