MediaMath / lambda-cron

LambdaCron - serverless cron tool
Apache License 2.0
25 stars 4 forks source link

Feature: raise exception when a HTTP task returns a non-200 status code #3

Open rmalecky opened 7 years ago

rmalecky commented 7 years ago

What do you think about raising an exception when an HTTP task returns a non-200 status code? I'm worried that would be easy to ignore an end point returning 500's.

javibravo commented 7 years ago

Good point.