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-28 23:13:07 -07:00
committed by GitHub
parent 5e8fd689c9
commit cffc984ef6

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]