Think Build Implement Repeat
London, UK +44 7367 067226
WhatsApp FOLLOW f in X
  1. Home
  2. Blog
  3. Keeping Automations Working After They Are Built
Business Automation

Keeping Automations Working After They Are Built

Automated processes break silently when something upstream changes. Monitoring, ownership and the checks that catch a failure early.

Updated 2 min readBy SpiderHunts Technologies

Free estimateNo obligation

Get a free estimate

Tell us what you need. A senior engineer reads every enquiry.

Takes under a minute. We never share your details.

  • Free consultation
  • No commitment
  • NDA on request

Prefer to talk? Book a free 30-minute call →

Quick answer — TL;DR

Alert when an automation does not run, not only when it errors. Silent failure is the normal failure mode, and it is usually discovered weeks later through its consequences.

The short answer

Automations rarely announce their own failure. They stop running, or they run and produce nothing, and the first sign is a consequence somebody notices later.

Alerting on absence rather than only on errors is the fix, and it is straightforward.

How they fail

FailureWhy it is silent
Scheduled run stops firingNo error, just nothing
Upstream format changesProcesses zero records successfully
Credentials expireFails, alert goes nowhere
Filter matches nothingRuns cleanly, does nothing
Downstream system changesSends into a void

The fourth row is the most insidious. Everything reports success and the work simply is not happening.

Alert on absence and on zero

  1. Alert if a scheduled run does not happen.
  2. Alert if a run processes zero records unexpectedly.
  3. Alert if volume is far outside the normal range.
  4. Send alerts to a person, not an unwatched mailbox.
  5. Check the alerting itself works, periodically.

Point five is worth scheduling. Alerting that has itself broken is a common and thoroughly unhelpful discovery during an incident.

Give every automation an owner

An automation nobody owns stops working and stays stopped. Record who owns each one, and reassign when people change roles.

  • A named owner, reviewed when people move
  • A note of what it does and why it exists
  • What depends on it working
  • What to do when it fails
  • Whether it is still needed at all

The last point is worth revisiting annually. Automations outlive the processes they served, consuming resources and occasionally causing confusion.

Make failure visible to the people affected

If an automation produces something people rely on, they should be able to see when it last ran successfully. Otherwise they trust stale output.

A last-updated timestamp on the output is usually enough and costs almost nothing.

FAQ

Frequently asked questions

The questions readers ask us after this guide.

Still have a question?

Ask us directly — a senior engineer will get back to you.

Ask about your project

How do automations usually fail?

Silently. They stop running or process nothing successfully, and nobody notices until a consequence appears.

What should we alert on?

Absence of a run and unexpected zero volume, not only errors. Those are the common failures.

Why does ownership matter?

An automation nobody owns stops working and stays stopped. Record an owner and reassign when roles change.

How do people know output is current?

Put a last-updated timestamp on it. Otherwise they trust stale output without knowing.

Keep reading

More on Business Automation

Start here

Want a process automated properly?

Tell us what the process is, how often it runs and what breaks today. We will come back with what is worth automating, what should stay manual, and a realistic build. If a smaller change would do, we will say so.

  1. You tell us what you needTwo minutes on the form, or a message on WhatsApp.
  2. A senior engineer reviews itAnd comes back with questions, a realistic range and an honest view on fit.
  3. Free 30-minute scoping callWe talk through scope, options and a realistic estimate — with no obligation.
Free estimateNo obligation

Talk to someone who builds this

Send a short brief and we will come back with an honest view and a realistic range.

Takes under a minute. We never share your details.

  • Free consultation
  • No commitment
  • NDA on request

Prefer to talk? Book a free 30-minute call →