hupeh 326f2a371c feat: 优化监控仪表盘 UI
- 添加 appbar 导航栏,支持 Chart/Queues 视图切换
- appbar 切换使用 history API,支持浏览器前进/后退
- 图表视图占满整个可视区域
- queue-modal 共享 appbar 样式
- 修复 queue tab count 字段名大小写问题
- tooltip 跟随鼠标显示在右下方,移除箭头
- 图表 canvas 鼠标样式改为准星
- pause/resume 队列后刷新列表
- example 添加 flag 配置参数
2025-12-10 00:53:30 +08:00
2025-12-10 00:53:30 +08:00
2025-12-10 00:53:30 +08:00
2025-12-09 19:58:18 +08:00
2025-12-10 00:53:30 +08:00
2025-12-10 00:53:30 +08:00
2025-12-09 14:33:07 +08:00
2025-12-09 14:33:07 +08:00
2025-12-10 00:53:30 +08:00
2025-12-10 00:53:30 +08:00
2025-12-10 00:53:30 +08:00
2025-12-10 00:53:30 +08:00

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 point
  • task.go - Task definition and management
  • inspect.go - Task inspection utilities
  • dashboard.html - Web dashboard interface
  • example/ - Example implementations

Development

# Run the application
go run .

# Run tests
go test ./...

# Build
go build -o taskq

License

MIT License

Description
No description provided
Readme MIT 151 KiB
Languages
Go 55.5%
JavaScript 38.2%
CSS 4.6%
HTML 1.3%
Makefile 0.4%