Attach arbitrary metadata to an Active Job in Rails 5

Rails 4.2 came with built-in support for executing jobs in the background using Active Job. Along with many enhancements to Active Job, Rails 5 provides the ability to attach arbitrary metadata to any job.

Read more about this at: Attach arbitrary metadata to an Active Job in Rails 5