Fix statsd UDP sockets not being cleaned up in Sidekiq (#11230)
This commit is contained in:
		
							parent
							
								
									5d79df0273
								
							
						
					
					
						commit
						769bbd511f
					
				| @ -3,9 +3,11 @@ | ||||
| class SidekiqErrorHandler | ||||
|   def call(*) | ||||
|     yield | ||||
|   rescue Mastodon::HostValidationError => e | ||||
|     Rails.logger.error "#{e.class}: #{e.message}" | ||||
|     Rails.logger.error e.backtrace.join("\n") | ||||
|   rescue Mastodon::HostValidationError | ||||
|     # Do not retry | ||||
|   ensure | ||||
|     socket = Thread.current[:statsd_socket] | ||||
|     socket&.close | ||||
|     Thread.current[:statsd_socket] = nil | ||||
|   end | ||||
| end | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user