Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unreliable execution #53

Open
cassiopagnoncelli opened this issue Dec 25, 2017 · 0 comments
Open

Unreliable execution #53

cassiopagnoncelli opened this issue Dec 25, 2017 · 0 comments

Comments

@cassiopagnoncelli
Copy link

cassiopagnoncelli commented Dec 25, 2017

  1. Start a Superworker S which runs two workers in serial mode A then B, say each takes 10s.
  2. Kill Sidekiq abruptly while A is still executing, eg. pkill -9 sidekiq.
  3. Restart Sidekiq.
  4. attentive_sidekiq gem can recover worker A and execute it.

Problem: B will never execute, superworker S will never finish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant