# SuperBowl
Everything you need to know about SuperBowl
Super Bowl is a web based tool for real-time monitoring and administrating of Remoulade (opens new window) tasks. Allows an easy setup, filterable, sortable, and paginated tables.
If you’re new to SuperBowl you can get started by following the examples.
# Features
Real-time monitoring
- View current Tasks (progress, state, enqueued time, started time, args, kwargs, and more)
- View current Groups (progress, messages in group, and more)
- Estimates ending time (Task, Group)
- View Scheduled Jobs (time, args, kwargs and more)
- View results (Task)
Actions
- Enqueue a Task (Message)
- Cancel a (Task, Group)
- Control Refresh time of dashboard
- Requeue a Task
# Installation
# Project setup
npm install
# Run SuperBowl
npm run serve
# Compiles and minifies for production
npm run build
# Lints and fixes files
npm run lint
# Run Docs
npm run docs:dev