discourse/app/jobs
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
..
concerns DEV: Apply syntax_tree formatting to app/* 2023-01-09 14:14:59 +00:00
onceoff DEV: Drop deprecated Badge#image column (#25536) 2024-02-02 14:09:55 +08:00
regular DEV: Increase default SMTP read timeout to 30s (#25763) 2024-02-21 07:13:18 +10:00
scheduled FEATURE: experiment with hot sort order (#25274) 2024-01-17 13:01:04 +11:00
base.rb DEV: Async category search for sidebar modal (#25686) 2024-02-20 11:24:30 -06:00