Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

vmware-archive/ServiceUnavailabilityPinger

Repository files navigation

Service Unavailability Pinger (SUP)

What is it

SUP is a simple app that demonostrates how to use Sneakers as a Job queue for Rails.

Install

  • Clone the repo, bundle, rake db:setup. SUP uses PostgreSQL as a backend, so make sure to have it up and running.
  • Install RabbitMQ
$ brew install rabbitmq

Start

  • Start RabbitMQ
  • Start with Foreman
$ foreman start

Try it out!

Visit your application, and hit the enqueue new polling job button. Refresh the page at will.