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

Make specs transactional #82

Closed

Commits on Oct 16, 2013

  1. Added support for singleton queues

    Tucker Sylvestro committed Oct 16, 2013
    Configuration menu
    Copy the full SHA
    03582f5 View commit details
    Browse the repository at this point in the history
  2. Don't use root DB user

    kbarrette authored and Tucker Sylvestro committed Oct 16, 2013
    Configuration menu
    Copy the full SHA
    56be341 View commit details
    Browse the repository at this point in the history
  3. Small fixes

    kbarrette authored and Tucker Sylvestro committed Oct 16, 2013
    Configuration menu
    Copy the full SHA
    b00104c View commit details
    Browse the repository at this point in the history
  4. Add singleton queue specs

    kbarrette authored and Tucker Sylvestro committed Oct 16, 2013
    Configuration menu
    Copy the full SHA
    3b6130d View commit details
    Browse the repository at this point in the history
  5. Clean up query and add additional comments

    Tucker Sylvestro committed Oct 16, 2013
    Configuration menu
    Copy the full SHA
    972ed1d View commit details
    Browse the repository at this point in the history
  6. Clean up singleton specs

    kbarrette authored and Tucker Sylvestro committed Oct 16, 2013
    Configuration menu
    Copy the full SHA
    9855b25 View commit details
    Browse the repository at this point in the history
  7. One more spec tweak

    kbarrette authored and Tucker Sylvestro committed Oct 16, 2013
    Configuration menu
    Copy the full SHA
    7383aae View commit details
    Browse the repository at this point in the history
  8. Move SQL to single line to avoid messy logging

    kbarrette authored and Tucker Sylvestro committed Oct 16, 2013
    Configuration menu
    Copy the full SHA
    ac9d206 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2013

  1. Retry deadlocks several times before alerting

    Tucker Sylvestro committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    79c89cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from swipely/retry_on_deadlock_to_prevent_alert…

    …_noise_tr_3QOCqzP9
    
    Retry on deadlock to prevent alert noise
    tucker250 committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    a4eef04 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2013

  1. Take 2 of retrying on deadlocks: Need to handle them during deletion …

    …too.
    Tucker Sylvestro committed Oct 23, 2013
    Configuration menu
    Copy the full SHA
    2585516 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2013

  1. Merge pull request #5 from swipely/retry_on_deadlock_to_prevent_alert…

    …_noise_take2_tr_3QOCqzP9
    
    Retry on deadlock to prevent alert noise take 2
    tucker250 committed Oct 25, 2013
    Configuration menu
    Copy the full SHA
    3e85560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc84e17 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2013

  1. Merge pull request #6 from swipely/separate_queue_for_interactive_job…

    …s_tr_2lUi8y8B
    
    Use a 'singleton' field rather than the 'queue' field for singletons
    tucker250 committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    90953df View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2013

  1. WIP: Added failing test case reproducing the bug where jobs don't get…

    … picked up
    Tucker Sylvestro committed Dec 6, 2013
    Configuration menu
    Copy the full SHA
    4b37184 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2013

  1. fix exclude_running_singletons subquery

    Anthony Accardi committed Dec 31, 2013
    Configuration menu
    Copy the full SHA
    7294d78 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2014

  1. Cleaned up test to better describe the problem it covers

    Tucker Sylvestro committed Jan 1, 2014
    Configuration menu
    Copy the full SHA
    7202c61 View commit details
    Browse the repository at this point in the history
  2. Bump version

    Tucker Sylvestro committed Jan 1, 2014
    Configuration menu
    Copy the full SHA
    014132a View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2014

  1. Merge pull request #7 from swipely/delayed_job_fails_to_pick_up_a_job…

    …_tr_nEbZx05d
    
    Delayed job fails to pick up a job
    tucker250 committed Jan 2, 2014
    Configuration menu
    Copy the full SHA
    d794146 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2014

  1. Now performing tagged logging on invoke_job.

    This currently uses the Backend's `#name` method, but this may be
    changed in the future.
    nahiluhmot committed Jan 10, 2014
    Configuration menu
    Copy the full SHA
    2a2b35e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2138677 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from swipely/add-contextual-logging

    Now performing tagged logging on invoke_job.
    nahiluhmot committed Jan 10, 2014
    Configuration menu
    Copy the full SHA
    7c1cbb4 View commit details
    Browse the repository at this point in the history
  4. Version bump 4.0.0.sw.4

    nahiluhmot committed Jan 10, 2014
    Configuration menu
    Copy the full SHA
    8c58a0e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2014

  1. Each spec is now ran in a transaction.

    This should ensure that all of the specs pass when run in sequence.
    nahiluhmot committed Jan 15, 2014
    Configuration menu
    Copy the full SHA
    e642e29 View commit details
    Browse the repository at this point in the history