Regulated filing and reporting
VAT submissions, e-invoicing under KSeF or the EU mandates, statutory returns. If the job reported success and the filing never landed, nobody finds out until the penalty does.
Unattended systems
Somewhere in your business a scheduled job, a filing submission or a data pipeline is reporting success and doing nothing. Your monitoring won't tell you, because it watches for errors, and a process that never starts doesn't produce one.
Built by a technical founder with 25 years in .NET and Azure, around 10 of them leading the teams that build these systems.
Five days, fixed fee. You get a written findings document.
If everything is running, that's what the report will say.
Expected-output check
0 records deleted
41 nights. Every one reported success.
Processes I check:
Who this is for
VAT submissions, e-invoicing under KSeF or the EU mandates, statutory returns. If the job reported success and the filing never landed, nobody finds out until the penalty does.
Retention and erasure jobs, access-request pipelines, audit logging. The classic failure: the deletion job runs green every night and deletes nothing.
Ten years of .NET and Azure, several generations of integration, and nobody left who can say with confidence what still runs and what only appears to.
Why nobody catches it
Monitoring watches for errors. A job that never starts doesn't produce one.
Every alerting stack in the world is built the same way: something goes wrong, it throws, you get paged. That catches the loud failures. It is structurally blind to the quiet one, where the process simply doesn't run, doesn't throw, and doesn't appear anywhere as a problem.
So the dashboard stays green. The status page stays green. The only signal is a number further downstream that looks slightly wrong, months later, and by then nobody connects it back.
Absence of an error is not evidence of execution. Those are different measurements, and almost nobody takes the second one.
A pipeline can complete cleanly and produce an empty file. Unless something asserts the output is there and plausible, that passes.
This is rarely one broken component. It's the handover between two systems that each believe the other did the work.
A loud failure gets fixed on the day. A silent one accrues for as long as it takes someone to notice, which is why the bill is so much bigger.
Why teams pick me
Knowing a process has quietly stopped means knowing how it was wired in the first place: where the handovers are, what it should have emitted, and what a plausible number looks like. That's where 25 years of building these systems matters.
Every unattended process gets two checks it probably doesn't have: did it run when it was supposed to, and did it produce the output it was supposed to. Error monitoring answers neither.
Not a discovery phase, not a strategy deck. A list of every unattended process, whether it ran, whether it produced anything, and what it exposes you to where it didn't.
There's no incentive here to manufacture a problem. If your processes are running and producing what they should, the report says so and you have that in writing.
Services
One fixed-fee engagement that tells you what is actually running. Everything else follows from what it finds.
How the check works
Applied to a process, that looks like this:
Error monitoring tells you when something broke. These checks tell you when something quietly didn't happen, which is the failure nobody is watching for.
Approach
Same shape every time. Small scope, working system, clear handover.
Step 1
Scoping call
Step 2
Read access
Step 3
Inventory
Step 4
The two checks
Step 5
Findings and walkthrough
Step 1
Scoping call
Step 2
Read access
Step 3
Inventory
Step 4
The two checks
Step 5
Findings and walkthrough
Where this comes from
Products I built and run myself, which is where the unattended-process problem stops being theoretical.
An invoicing product built against Poland's KSeF e-invoicing regime. Filing under a national mandate is exactly the case where a submission that reports success and never lands becomes a compliance problem rather than a bug.
Integration work against UK statutory filing endpoints: Making Tax Digital, corporation tax returns, and Companies House. The same class of process, the same failure mode, and a deadline attached to every one of them.
Multi-stage pipelines running on a schedule with no operator watching, built with explicit approval gates, CI and monitoring. Running these is how I found the failure mode this practice is built around.
Common questions
Start with the audit
Pick the process you'd least like to have quietly failed. If you can't say how you'd find out, that's the one to check first.
Currently working with a small number of clients.
Five days, fixed fee. You get a written findings document.