GitXplorerGitXplorer
m

sidekiq-dbcharmer-ar-bug

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
74390b4656ce6f33806d368e81b1004b8687de2e

remove custom redis conn info

mmhfs committed 11 years ago
Unverified
7dd7e647c9b76a3c589be987aeb954c4a18bad1a

reproducing issue

mmhfs committed 11 years ago

README

The README file for this repository.

Sidekiq DB Charmer Bug #30

Reproduces the bug discussed at https://github.com/kovyrin/db-charmer/issues/30

Setting up

Clone the repo:

git clone git@github.com:mhfs/sidekiq-dbcharmer-bug.git

Bundle the gems:

bundle

Adjust database.yml to your mysql settings.

Failing scenario

sidekiq -r ./sidekiq-dbcharmer-bug.rb

You should see the errors in the terminal.

Without concurency

If you eliminate concurrency by using just 1 sidekiq worker everything is fine

sidekiq -r ./sidekiq-dbcharmer-bug.rb -c 1