From: Tom Hughes Date: Mon, 15 Jul 2019 20:45:07 +0000 (+0100) Subject: Send trace import result notification immediately X-Git-Tag: live~3555^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/5cb96cd1a2964463dfcb6083da95badecccb7f98?hp=5cb96cd1a2964463dfcb6083da95badecccb7f98 Send trace import result notification immediately If we delay sending failure notifications then they will fail because the trace will no longer exist. As trace imports are running in the background anyway there doesn't seem to be any good reason to defer the emails. Fixes #2312 ---