简体中文 | English
A distributed task system based on the open source project asynq
- MySQL task storage implementation
- Task notifications: Basic implementation of Feishu robot notifications; custom notifications can be implemented
- API authentication: JWT authentication
- Redis (>5.0)
- MySQL (>5.7.8)
- Specific task implementations are stored in the internal/apps/tasks directory.
- OpenAPI: oapi-codegen
// Generate OpenAPI cd docs/v1 sh codegen.sh // Directory where the generated code is located cd gen/ - Parameter validation: libopenapi-validator