1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/test
Bolek Kurowski 85c62a2c3d Include JobID in all ActiveJob info logs
Currently we provide the Job ID in logs only related to enqueuing a job.

This adds the job id to the remaining ActiveJob logs when:
 - a job started performing
 - a job ended performing

Providing the job id in those logs will ease searching logs by job id.
2017-02-22 17:11:28 -05:00
..
adapters normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
cases Include JobID in all ActiveJob info logs 2017-02-22 17:11:28 -05:00
integration Added instance variable @queue to JobWrapper. 2016-08-19 17:10:27 +09:00
jobs correctly set test adapter when configure the queue adapter on a per job (#26690) 2017-01-31 16:37:16 -05:00
models Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
support make backburner integration test to work 2017-01-28 11:34:28 +09:00
helper.rb remove ActiveSupport.halt_callback_chains_on_return_false from everywhere 2017-02-08 17:24:49 +09:00