Hez

Results 5 issues of Hez

### Change description New metric for the Oban plugin, the total time the job spent in the DB before being attempted. ### What problem does this solve? Issue number: n/a...

Instrumenting our code requires extensive destructive modifications. From ``` defmodule OurApp.Unit do def some_job do # .... end end ``` To ``` defmodule OurApp.Unit do deftransaction some_job do # .......

Looks like there is a bug in 0.9.1 where :filters => [{:customVarValue5.eql => 'foo'}, {:customVarValue5.eql => 'bar'}] ends up encoding as "filters=%3B" in the url.

Time for a minor version bump, there have been quite a few minor PRs merged recently?

As per our conversation here https://github.com/nerves-web-kiosk/kiosk_example/pull/17#discussion_r2484911584 This is an upgrade to the `hello_live_view` example. WARNING: I have not had the opportunity to push this to my raspberry pi yet, I...