Skip to content

Adds 'redis' WORKER_TYPE#7296

Open
dkliban wants to merge 1 commit intopulp:mainfrom
dkliban:7210
Open

Adds 'redis' WORKER_TYPE#7296
dkliban wants to merge 1 commit intopulp:mainfrom
dkliban:7210

Conversation

@dkliban
Copy link
Member

@dkliban dkliban commented Feb 8, 2026

This adds WORKER_TYPE setting. The default value is 'pulpcore'. When 'redis' is selected, the tasking system uses Redis to lock resources. Redis workers produce less load on the PostgreSQL database.

closes: #7210

Generated By: Claude Code.

📜 Checklist

  • Commits are cleanly separated with meaningful messages (simple features and bug fixes should be squashed to one commit)
  • A changelog entry or entries has been added for any significant changes
  • Follows the Pulp policy on AI Usage
  • (For new features) - User documentation and test coverage has been added

See: Pull Request Walkthrough

@dkliban dkliban force-pushed the 7210 branch 8 times, most recently from 4de5a2a to 4738daa Compare February 9, 2026 18:40
This adds WORKER_TYPE setting. The default value is 'pulpcore'. When 'redis' is selected,
the tasking system uses Redis to lock resources. Redis workers produce less load on the
PostgreSQL database.

closes: pulp#7210

Generated By: Claude Code.
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.

Add a Redis based worker to the tasking system

1 participant