discourse/spec/jobs/regular
Martin Brennan ed47b55026
DEV: Increase default SMTP read timeout to 30s (#25763)
A while ago we increased group SMTP read and open timeouts
to address issues we were seeing with Gmail sometimes giving
really long timeouts for these values. The commit was:

3e639e4aa7

Now, we want to increase all SMTP read timeouts to 30s,
since the 5s is too low sometimes, and the ruby Net::SMTP
stdlib also defaults to 30s.

Also, we want to slightly tweak the group smtp email job
not to fail if the IncomingEmail log fails to create, or if
a ReadTimeout is encountered, to avoid retrying the job in sidekiq
again and sending the same email out.
2024-02-21 07:13:18 +10:00
..
bulk_user_title_update_spec.rb DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00
group_smtp_email_spec.rb DEV: Increase default SMTP read timeout to 30s (#25763) 2024-02-21 07:13:18 +10:00
publish_group_membership_updates_spec.rb DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00
stream_topic_summary_spec.rb FIX: TopicSummarization workaround for Postgres' discrete range types (#23105) 2023-08-15 14:16:06 -03:00
update_post_uploads_secure_status_spec.rb DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00