lambda-cron
lambda-cron copied to clipboard
Feature: raise exception when a HTTP task returns a non-200 status code
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.
Good point.