Skip to content

dawncold/tasktiger-admin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tasktiger-admin

tasktiger-admin is an admin interface for TaskTiger using flask-admin. It comes with an overview page that shows the amount of tasks in each queue for each state (queued, active, scheduled, error). It lets you inspect queues and individual tasks, as well as delete and retry tasks that errored out.

(Interested in working on projects like this? Close.io is looking for great engineers to join our team)

Quick start

% tasktiger-admin

This will listen on the default port (5000) and connect to the default Redis instance. Additional settings are available (see --help switch for details).

For a more advanced integration, tasktiger-admin can be integrated in a Flask app with an existing flask-admin by using the provided view in tasktiger_admin.views.TaskTigerView.

About

Admin interface for TaskTiger

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 64.3%
  • HTML 35.7%