Skip to content
  • Jacek Lachowski's avatar
    b1fbb668
    Improve DelayedJob wrapper logging · b1fbb668
    Jacek Lachowski authored
    ActiveJob wraps every adapter into its own class, that is later passed
    into DelayedJob which is responsible for displaying all the logs.
    
    This change improves the logging so we can easily trace executed
    jobs and see meaningful information in the logs.
    b1fbb668
    Improve DelayedJob wrapper logging
    Jacek Lachowski authored
    ActiveJob wraps every adapter into its own class, that is later passed
    into DelayedJob which is responsible for displaying all the logs.
    
    This change improves the logging so we can easily trace executed
    jobs and see meaningful information in the logs.
Loading