Skip to content

Closes #19816: Implement a logging mechanism for background jobs #19838

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

Open
wants to merge 8 commits into
base: feature
Choose a base branch
from

Conversation

jeremystretch
Copy link
Member

@jeremystretch jeremystretch commented Jul 8, 2025

Closes: #19816

  • Add the log_entries ArrayField to the Job model, to store log messages
  • Instantiate a Python logger when initializing a JobRunner subclass
  • Introduce JobLogHandler to connect native Python logging to the job instance
  • Enabled job logging for custom script execution and data source synchronization
  • Add JobLogView to view log data in UI
  • Renamed RQJobStatusColumn to BadgeColumn and repurposed for general use

@jeremystretch jeremystretch marked this pull request as ready for review July 9, 2025 14:26
@jeremystretch jeremystretch requested a review from jnovinger July 9, 2025 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant