console/packages/services/workflows/README.md

20 lines
361 B
Markdown
Raw Normal View History

# 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/)