Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve active job context when using Delayed Job or Resque #671

Merged
merged 3 commits into from
Aug 5, 2021

Commits on Aug 5, 2021

  1. Improve Resque metadata when using Active Job

    The metadata will now include the original job name which is also
    reflected in the context
    imjoehaines committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    1ce1a2f View commit details
    Browse the repository at this point in the history
  2. Improve Delayed Job context when using Active Job

    The default Active Job display_name includes the job ID and arguments
    
    This doesn't really work for context as it will change every execution
    and so can't ever be grouped on
    
    We'll now ignore the display_name if it does match the Active Job
    format and use the "Job@queue" format instead
    imjoehaines committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    1489e1d View commit details
    Browse the repository at this point in the history
  3. Update changelog

    imjoehaines committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    19b9f5a View commit details
    Browse the repository at this point in the history