whyour/qinglong

支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台(Timed task management platform supporting Python3, JavaScript, Shell, Typescript)

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 38 minutes ago
Added to GitGenius on September 2nd, 2026
Created on March 13th, 2021
Open Issues & Pull Requests: 107 (+0)
GitHub issues: Enabled
Number of forks: 3,238
Total Stargazers: 19,854 (+0)
Total Subscribers: 141 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 31.0 hours
Mean response time: 16.2 days
90th percentile: 34.7 days
Tracked items: 424

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 45% of tracked open issues have had no activity in three months. Only 11% of issues opened in the past year have been closed. Three people close 82% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 73
New in 7 days: 1
Closed in 7 days: 1
Avg open age: 349 days
Stale 30+ days: 64
Stale 90+ days: 50

Recent activity

Opened in 7 days: 1
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 1

Top labels

  • bug (14)
  • enhancement (3)

Most active issues this week

Detailed Description

Qinglong is a timed task management platform that supports Python3, JavaScript, Shell, and TypeScript scripts.

The tool addresses the need for a centralized scheduler that can execute multiple types of scripts on a cron-like schedule. It provides a web-based interface for managing scheduled tasks, allowing users to define scripts, set execution intervals down to the second level, and monitor task execution through integrated logging. The platform handles environment variables and configuration files through its online management interface.

Qinglong suits teams or individuals who need to run diverse scripting workloads on a schedule without managing separate cron configurations across different languages. It works well in containerized environments, with Docker images available in both Alpine and Debian variants. The Debian image is required for non-root execution. The tool includes system-level notifications, a dark mode interface, and mobile-friendly operation, making it accessible across different contexts. For npm-based deployment, users must independently install Node, npm, Python3, pip3, and pnpm on Debian, Ubuntu, or Alpine systems.

The project maintains active development with regular updates to its core functionality and documentation. The codebase is written primarily in TypeScript and includes a comprehensive built-in API alongside documented built-in commands for task management. The project provides detailed deployment and usage documentation through its official guide, indicating sustained attention to user onboarding and feature documentation.