Giter Site home page Giter Site logo

mlh758 / resque-web-ish Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 0.0 1.7 MB

A way to view queue statuses for Resque. This was meant to be easier to deploy than the built in client.

License: MIT License

Dockerfile 1.59% Rust 43.48% HTML 3.08% TypeScript 51.85%
resque

resque-web-ish's People

Contributors

dependabot[bot] avatar mlh758 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

resque-web-ish's Issues

documentation how to use redis cluster

the current documentation is not useful how to configure redis cluster:

For all the commands below you will either need to have exported a REDIS_CONNECTION_STRING environment variable
or pass that along to the cargo run commands when you start the app. This is the redis connection string the app
will use when connecting.

You can also provide configuration through the following variables which will be checked if the above variable is
not provided:

  1. REDIS_HOSTNAME: hostname for Redis database
  2. REDIS_DATABASE: defaults to 0
  3. REDIS_PORT: defaults to 6379
  4. REDIS_PASSWORD

while the individual variables are self-explanatory the REDIS_CONNECTION_STRING assumes that the user must be familiar with the underlying library usage. i.e it's internal details how REDIS_CONNECTION_STRING is encoded.

Redis cluster connection is typically defined with a list of master (leader) and slave (follower) nodes, they may share ports or specified different ports individually.

for example: masters => 127.0.0.1:1234,127.0.0.1:1235

docs:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.