iachat/spec/lib/integrations/slack
Sojan Jose cc86b8c7f1
fix: stream attachment handling in workers (#12870)
We’ve been watching Sidekiq workers climb from ~600 MB at boot to
1.4–1.5 GB after an hour whenever attachment-heavy jobs run. This PR is
an experiment to curb that growth by streaming attachments instead of
loading the whole blob into Ruby: reply-mailer inline attachments,
Telegram uploads, and audio transcriptions now read/write in chunks. If
this keeps RSS stable in production we’ll keep it; otherwise we’ll roll
it back and keep digging
2025-12-05 13:02:53 -08:00
..
hook_builder_spec.rb Feature: Slack - receive messages, create threads, send replies (#974) 2020-06-22 13:19:26 +05:30
incoming_message_builder_spec.rb fix: Handle video file types in Slack file shares (#12630) 2025-10-09 21:05:53 +05:30
link_unfurl_formatter_spec.rb feat: Slack link unfurling (#7940) 2023-09-29 19:35:56 +05:30
send_on_slack_service_spec.rb fix: stream attachment handling in workers (#12870) 2025-12-05 13:02:53 -08:00
slack_link_unfurl_service_spec.rb feat: Slack link unfurling (#7940) 2023-09-29 19:35:56 +05:30