Check ignore_production_checks? before running status checks
status.fine?
will eventually call out to external services, which is
wasted time and effort if we're just going to then ignore their return
values.
status.fine?
will eventually call out to external services, which is
wasted time and effort if we're just going to then ignore their return
values.