Project

fiver

0.0
No release in over 3 years
Low commit activity in last 3 years
Monitor and manage jobs in a live Sneakers/ActiveJob queue system
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Fiver

Dashboard and management console for ActiveJob's :advanced_sneakers adapter (built on top of Sneakers).

Run as a standalone application using a pre-built Docker image or mount as a Rails engine inside your application.

Your RabbitMQ instance must have the management plugin enabled.

Configuration

The following two environment variables should be defined:

  • RABBITMQ_URL: The AMQP URL used to connect to your RabbitMQ instance, e.g.: amqp://rabbitmq.example.com:5672
  • RABBITMQ_MANAGEMENT_URL: The HTTP(S) URL used to connect to your RabbitMQ management instance, e.g.: https://rabbitmq.example.com:15672

License

MIT License