f3a1b8060b81c98085b9872360b58117434f1176
TaskQ - Task Queue Management System
A Go-based task queue management system for efficient task processing and management.
Features
- Task queue management
- Dashboard interface
- Task inspection and monitoring
- Concurrent task processing
Installation
go mod download
Usage
go run .
Project Structure
taskq.go- Main application entry pointtask.go- Task definition and managementinspect.go- Task inspection utilitiesdashboard.html- Web dashboard interfaceexample/- Example implementations
Development
# Run the application
go run .
# Run tests
go test ./...
# Build
go build -o taskq
License
MIT License
Languages
Go
55.5%
JavaScript
38.2%
CSS
4.6%
HTML
1.3%
Makefile
0.4%