From e579ec2545fbe774d71c3d86f1910a4e02be5a13 Mon Sep 17 00:00:00 2001 From: dillonstreator Date: Sat, 23 Dec 2023 10:48:31 -0600 Subject: [PATCH] update description --- README.md | 2 +- package.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 762e14e..33a60b7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

txob

-

A generic transactional outbox event processor

+

A generic transactional outbox event processor with graceful shutdown and horizontal scalability

diff --git a/package.json b/package.json index 0c75471..e4e4f1b 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,13 @@ { "name": "txob", - "description": "generic transactional outbox event processor", + "description": "generic transactional outbox event processor with graceful shutdown and horizontal scalability", "keywords": [ "DDD", "outbox pattern", "transactional outbox", - "event processor" + "event processor", + "graceful shutdown", + "microservices" ], "author": "Dillon Streator ", "homepage": "https://github.com/dillonstreator/txob",