mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-30 18:47:51 +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] | ||||
|   - [active_storage_analysis, 1] | ||||
|   - [action_mailbox_incineration, 1] | ||||
|   - [active_storage_purge, 1] | ||||
|   - [integrations, 2] | ||||
|   - [default, 2] | ||||
|   - [mailers, 2] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kyle Killion
					Kyle Killion