Rosa Gutierrez
Rosa Gutierrez
We need this feature, but I'm still not sure what it'll look like for Solid Queue. We have two use cases for it that couldn't be more different 😅 :...
This applies to: - Killed workers that the supervisor detects as dead. - Reaped workers without a clear exit status. - Orphaned executions that somehow lost their worker. - Workers...
Required for https://github.com/rails/solid_queue/pull/301 Otherwise the behaviour for deferring jobs until after committing a transaction will change depending on the Rails version.
That is, instead of linking them via the standard `process_id` (`claimed_execution.process_id` and `process.id`). The reason for this change is that we're exploring the use of Solid Queue in a multi-tenanted...
Changelog changes ```diff diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index a0c184e..74ccf51 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,3 +1,105 @@ +* Add `ActionDispatch::Request#bearer_token` to extract the bearer token from the Authorization header....