8000 GitHub - lucups/resque-panel: [Sorry, ResquePanel is no longer maintained.] A simple php-resque web interface monitor.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
< 8000 div class="d-flex flex-nowrap flex-justify-end mb-3 px-3 px-lg-5" style="gap: 1rem;">

[Sorry, ResquePanel is no longer maintained.] A simple php-resque web interface monitor.

License

Notifications You must be signed in to change notification settings

lucups/resque-panel

Repository files navigation

ResquePanel - A simple php-resque web interface monitor.

Sorry, ResquePanel is no longer maintained.

Build Status

The reason for the creation of the wheel

If you have tried ResqueBoard, you will understand. If you just need a simple tool with a web interface to monitor php-resque, just try this one.

Install & Configuration

# 0. Make sure you have installed swoole and composer

# 1. Clone code from GitHub, and install the libs by composer
git clone https://github.com/Lucups/resque-panel.git
cd resque-panel/
composer install

# 2. Create config file, and edit it
cp ./config/config.dist.php ./config/config.php
vim ./config/config.php

# 3. Start WebSocket server by `nohup` command
nohup php server/rp_server.php > /tmp/resque_panel.log &

# 4. Start PHP web server (you can also use other web server, just like Nginx or Apache)
php -S localhost:8080 -t web/

# 5. Open your browser, and visit
http://localhost:8080

ScreenShots

All Failed Job Detail

Dependencies

TODO List

  • Unit Test;
  • History Data;
  • Refactor js WebSocket Client, make it robust;
  • More configuration parameters;
  • Refactor service layer;
  • Authentication Support;

About

[Sorry, ResquePanel is no longer maintained.] A simple php-resque web interface monitor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0