urlwatch icon indicating copy to clipboard operation
urlwatch copied to clipboard

Reporters to run in parallel

Open schildbach opened this issue 4 years ago • 0 comments

Currently if one reporter fails (e.g. email server rejects SMTP message) it will fail all the following reporters for the same event. Even if the email succeeds, a delay in connecting would delay all the following reporters which is suboptimal.

My suggestion is to spawn a thread for each reporter to make them independent of each other.

schildbach avatar Feb 03 '20 11:02 schildbach