Skip to content

Commit 59cbd12

Browse files
committed
chore: update readme
1 parent accc345 commit 59cbd12

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
[Documentation](https://pg-conductor.dev/)
88
</div>
99

10+
## Why Postgres Conductor?
11+
12+
**Durable Execution** - Tasks survive crashes and restarts through automatic step memoization
13+
14+
**Multiple Triggers** - Invocable APIs, cron schedules, custom events, and database triggers
15+
16+
**Workflows** - Invoke child tasks and wait for results with full type safety
17+
18+
**Performance** - Process up to 20,000 jobs per second with just Postgres
19+
20+
**Type-Safety** - Share common event and task schemas across your services
21+
22+
**Simple Infrastructure** - No Redis, no message queues - just Postgres
23+
1024
## Installation
1125

1226
Postgres Conductor is available on npm:

0 commit comments

Comments
 (0)