Hello,
Looking into ActiveJob a bit, it seems
similar to carrying along the provider's Job ID (
https://github.com/rails/rails/issues/18821 ), providers should be able to
include additional meta data about the job; things that would not
be appropriate as arguments because they're related to the job itself and
are handled / generated by the provider.

My current use case is using Shoryuken, I would like to access some of the
meta data about the job (i.e. when was it first queued).

It seems like a fairly straightforward addition, I am willing to put
together a PR, but I'm interested to see if there was a conscious decision
to not include it.

Thanks,
Bob

Bob Breznak | 617 863 0262

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-core+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-core@googlegroups.com.
Visit this group at http://groups.google.com/group/rubyonrails-core.
For more options, visit https://groups.google.com/d/optout.

Reply via email to