Skip to content

Commit 62a64a9

Browse files
Modernize batch jobs
1 parent 2472fb2 commit 62a64a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modernization/stranglerfig.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ With messaging in place, new components can take on specific responsibilities ou
4040

4141
![Figure 3 - Strangler Fig with NServiceBus - Migrating Functionality](images/figure-3.png)
4242

43+
> [!NOTE]
44+
> **Don’t forget your batch jobs**
45+
> Legacy systems often rely on scheduled batch jobs for critical business operations, but these are often brittle and opaque. As you modernize, consider replacing them with message-driven handlers to improve reliability, visibility, and alignment with an asynchronous architecture. See [*Death to the Batch Job*](https://particular.net/blog/death-to-the-batch-job/) for more.
46+
4347
### Intermediate benefits
4448

4549
As business logic moves into new services, the benefits compound:

0 commit comments

Comments
 (0)