Skip to content

feat(rq): Respect data_collection.queues option for job args/kwargs - #6927

Merged
ericapisani merged 1 commit into
py-2591-arqfrom
py-2591-rq
Jul 29, 2026
Merged

feat(rq): Respect data_collection.queues option for job args/kwargs#6927
ericapisani merged 1 commit into
py-2591-arqfrom
py-2591-rq

Conversation

@ericapisani

Copy link
Copy Markdown
Member

When the data_collection experiment is enabled, include RQ job args and kwargs in the event extra only if the "queues" setting is on (defaults to on); omit them entirely when off instead of sending the sensitive data substitute. Falls back to send_default_pii behavior when the experiment is not enabled.

Refs PY-2591
Refs #6751

When the data_collection experiment is enabled, include RQ job args and
kwargs in the event extra only if the "queues" setting is on (defaults
to on); omit them entirely when off instead of sending the sensitive
data substitute. Falls back to send_default_pii behavior when the
experiment is not enabled.

Refs PY-2591
Refs #6751
@linear-code

linear-code Bot commented Jul 29, 2026

Copy link
Copy Markdown

PY-2591

@ericapisani
ericapisani changed the base branch from master to py-2591-arq July 29, 2026 12:49
@github-actions

github-actions Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Codecov Results 📊

98750 passed | ⏭️ 6756 skipped | Total: 105506 | Pass Rate: 93.6% | Execution Time: 353m 11s

📊 Comparison with Base Branch

Metric Change
Total Tests 📈 +192
Passed Tests 📈 +192
Failed Tests
Skipped Tests

All tests are passing successfully.

✅ Patch coverage is 100.00%. Project has 2499 uncovered lines.
✅ Project coverage is 89.85%. Comparing base (base) to head (head).

Coverage diff
@@            Coverage Diff             @@
##          main       #PR       +/-##
==========================================
+ Coverage    89.84%    89.85%    +0.01%
==========================================
  Files          193       193         —
  Lines        24588     24609       +21
  Branches      8744      8756       +12
==========================================
+ Hits         22089     22110       +21
- Misses        2499      2499         —
- Partials      1400      1400         —

Generated by Codecov Action

@ericapisani
ericapisani marked this pull request as ready for review July 29, 2026 13:18
@ericapisani
ericapisani requested a review from a team as a code owner July 29, 2026 13:18
@ericapisani
ericapisani merged commit 064cf8e into master Jul 29, 2026
270 of 273 checks passed
@ericapisani
ericapisani deleted the py-2591-rq branch July 29, 2026 14:35
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.

2 participants