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

Delayed job fix on job serialization #512

Merged
merged 3 commits into from
Sep 1, 2016

Commits on Aug 31, 2016

  1. Dont call as_json on Delayed::Backend::Sequel::Job

      instead call #to_hash, and turn all the keys to strings, to
      keep the rest of the implementation untouched
    davidbegin authored and Jon de Andres committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    e631da1 View commit details
    Browse the repository at this point in the history
  2. Fix specs for JobData

    - Add correct namespace to JobData class
    - Rename job_data.rb spec to job_data_spec.rb
    - Detect when the job.payload_object respond to :object or not
    
    Closes #473
    Jon de Andres committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    d671767 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2016

  1. Fix tests for ruby 1.8.7

    Jon de Andres committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    17ece23 View commit details
    Browse the repository at this point in the history