Closed 0xdiba closed 5 years ago
Gentle ping :smiley: @ljharb @goatslacker
@ljharb @goatslacker Any chance this is going to get merged soon? Asking to decide if should fork hypernova-ruby or not. Thanks!
@goatslacker Thanks a lot! I guess the next question is 😊 ... any chance you'll get out a new release?
Released as 1.4.0
All occurrences of RequestService's
render_batch
receive their jobs input in hash form but were expecting it to be an array. This caused the on_error callbacks to always silently get called with a nil job.Since the consistent form of arguments to the RequestService's methods is a hash, the mock jobs in its test are also wrapped in a hash ( instead of an array ).