You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a Periodic Monitor to send emails if a given condition fails.
However, email action fails as it reads the stat finish_time, but it is not set at the time because the spider is still running.
ejulio
changed the title
Email Action faile with Periodic Jobs and default template
Email Action failed with Periodic Jobs and default template
Jun 26, 2020
I created a Periodic Monitor to send emails if a given condition fails.
However, email action fails as it reads the stat
finish_time
, but it is not set at the time because the spider is still running.Here is the code line
https://github.com/scrapinghub/spidermon/blob/master/spidermon/contrib/actions/reports/templates/reports/email/monitors/result.jinja#L169
The text was updated successfully, but these errors were encountered: