Skip to content

heychimpy/minimal-sidekiq-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Sidekiq Starter

Setup

bundle

Start

# Start the processing via
bundle exec sidekiq -r ./app.rb -C config/sidekiq.yml

# Start the dashboard
rackup config.ru

How to start workers from the console

  • Make sure the server is running.
  • Make sure the worker you are trying to call exists and is required.
  • Execute a specific worker from the command line by running:
# Will enqueue the 'TestWorker'
bin/enqueue_worker TestWorker

Environment variables

REDIS_URL defaults to redis://localhost:6379

About

A minimal sidekiq starter setup with Sidekiq's Dashboard UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages