mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 04:27:53 +00:00
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:
@@ -18,6 +18,7 @@
|
|||||||
- [bots, 1]
|
- [bots, 1]
|
||||||
- [active_storage_analysis, 1]
|
- [active_storage_analysis, 1]
|
||||||
- [action_mailbox_incineration, 1]
|
- [action_mailbox_incineration, 1]
|
||||||
|
- [active_storage_purge, 1]
|
||||||
- [integrations, 2]
|
- [integrations, 2]
|
||||||
- [default, 2]
|
- [default, 2]
|
||||||
- [mailers, 2]
|
- [mailers, 2]
|
||||||
|
|||||||
Reference in New Issue
Block a user