Skip to content

v2.3.0 Inline jobs

Compare
Choose a tag to compare
@mathieujobin mathieujobin released this 18 Aug 09:44
· 47 commits to master since this release
696a7c2
Add ability to call another job inline (#18)

* draft, add ability to call another job inline, this way we can keep our subscriptions and topics, but remove an external service

* allow straight http, at least for the test suite

* update validation

* validation adjustment
fixed inline job matcher

* update url_domain for inline subscriptions, add specs

* make Job trailing

* update gemfile .lock for rails 4.2

Co-authored-by: P.T <[email protected]>