Skip to content

JSON Improvements

Choose a tag to compare

@ryansmith3136 ryansmith3136 released this 02 Jul 20:36
· 299 commits to master since this release
  • Use json from the stdlib in place of MultiJson.
  • Use postgresql's json type for the args column if json type is available
  • QC::Worker#handle_failure logs the job and the error
  • QC.default_queue= to set your own default queue. (can be used in testing to configure a mock queue)
  • QC.log now reports time elapsed in milliseconds.