Calling Job.perform_now runs "regular" callbacks for perform
& enqueue
,
because of this line but doesn't run the execute
callbacks, because it's
only run for .execute
, which is called by the various adapters, like
for Sidekiq
The CurrentAttributes
callbacks are registered here and the callback
around execute
for Active Job is registered here