Skip to content

Add optional toggle to display non-truncated job descriptions - #524

Merged
cjlapao merged 1 commit into
Parallels:masterfrom
vizor-games:feature/full_job_description
May 18, 2026
Merged

Add optional toggle to display non-truncated job descriptions#524
cjlapao merged 1 commit into
Parallels:masterfrom
vizor-games:feature/full_job_description

Conversation

@alikkaa

@alikkaa alikkaa commented May 11, 2026

Copy link
Copy Markdown
Contributor

Description

This PR introduces an optional configuration toggle RQ_DASHBOARD_SHOW_FULL_ARGS (available via the --show-full-args CLI option or environment variable).

By default, the "Description" column is truncated to a fixed length. However, for debugging purposes, users often need to see the complete arguments passed to a function. This change allows full descriptions to be displayed on demand.

The implementation uses rq.utils.get_call_string with max_length=None to retrieve the full string.

Backwards compatibility

This change is fully backwards compatible because truncation remains the default behavior.

Screenshots

Before:

before

After:

Setting enabled:

enabled

Setting disabled:

disabled

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist:

  • I have performed a self-review of my own code
  • My changes generate no new warnings

@cjlapao
cjlapao merged commit 10ff50a into Parallels:master May 18, 2026
6 checks passed
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