326f2a371c1b2165cc06a2da4272ecb098fa3f76
- 添加 appbar 导航栏,支持 Chart/Queues 视图切换 - appbar 切换使用 history API,支持浏览器前进/后退 - 图表视图占满整个可视区域 - queue-modal 共享 appbar 样式 - 修复 queue tab count 字段名大小写问题 - tooltip 跟随鼠标显示在右下方,移除箭头 - 图表 canvas 鼠标样式改为准星 - pause/resume 队列后刷新列表 - example 添加 flag 配置参数
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%