Back to daily archive
Architecture/

Recognising the anti-pattern: Platform limits as architecture

JSBC Labs retrospective note4 min read

Why this deserves attention

Governor limits encourage efficient multi-tenant design and must influence architecture from the beginning. This becomes more valuable as the platform, team and integration estate grow.

A design that works only with demonstration volumes will fail precisely when adoption succeeds. On 10 May 2025, this archive entry records the principle as a practical design concern rather than a product announcement.

Watch the warning signs

Look at platform limits as architecture through the early signs that a convenient implementation is becoming long-term risk. The objective is not to introduce more process; it is to expose the few decisions that determine reliability, ownership and future change.

Model peak transaction shape, isolate high-volume work and use asynchronous patterns where the user does not need an immediate result. Record the decision close to the solution so that delivery, support and future architecture reviews work from the same intent.

What good looks like

Capacity is an explicit design property rather than a production surprise. The team can describe the expected behaviour, the owner, the evidence of success and the response when reality differs from the design.

A useful next step is to review one live implementation against this principle, identify the largest unowned assumption and turn it into a bounded improvement with a measurable outcome.