backburner
Simple and reliable beanstalkd job queue for ruby
File Explorer
Download Latest Version (.zip)- backburner
- custom.rb
- demo.rb
- god.rb
- hooked.rb
- retried.rb
- simple.rb
- stress.rb
- backburner_adapter.rb
- forking.rb
- simple.rb
- threading.rb
- threads_on_fork.rb
- async_proxy.rb
- cli.rb
- configuration.rb
- connection.rb
- helpers.rb
- hooks.rb
- job.rb
- logger.rb
- performable.rb
- queue.rb
- tasks.rb
- version.rb
- worker.rb
- backburner.rb
- active_jobs.rb
- hooked.rb
- test_fork_jobs.rb
- test_forking_jobs.rb
- test_jobs.rb
- test_queue_settings.rb
- templogger.rb
- forking_worker_test.rb
- simple_worker_test.rb
- threading_worker_test.rb
- threads_on_fork_worker_test.rb
- async_proxy_test.rb
- back_burner_test.rb
- connection_test.rb
- helpers_test.rb
- hooks_test.rb
- job_test.rb
- logger_test.rb
- performable_test.rb
- queue_test.rb
- test_helper.rb
- worker_test.rb
- .gitignore
- .travis.yml
- backburner.gemspec
- CHANGELOG.md
- circle.yml
- CONTRIBUTING.md
- Gemfile
- HOOKS.md
- LICENSE
- Rakefile
- README.md
- TODO
π Installation Guide
1. Get the code
git clone https://github.com/nesquena/backburner
Downloads the entire project code from GitHub to your computer.
cd backburner
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
bundle exec backburner -q newsletter-sender,push-notifier -d -P /var/run/backburner.pid -l /var/log/backburner.log
Type this command into your terminal and run it.
$ bundle
Type this command into your terminal and run it.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
