console/packages/services/workflows/README.md
Laurin Quast ec77725ca1
feat: persistent job queue with postgraphile worker (#7383)
Co-authored-by: jdolle <1841898+jdolle@users.noreply.github.com>
2026-01-12 13:13:23 +01:00

19 lines
361 B
Markdown

# Workflow Service
Services for running asynchronous tasks and cron jobs. E.g. sending email, webhooks or other
maintenance/clen up tasks.
## Structure
```
# Definition of Webook Payload Models using zod
src/webhooks/*
# Task Definitions
src/tasks/*
# General lib
src/lib/*
```
## References
- [Graphile Worker Documentation](https://worker.graphile.org/)