pulp / pulp/pulpcore

Investigate immediate tasks that could timeout

Open
#7,897 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Task
Dominant language
Python
Stars
598
Forks
168
Avg merge
1d 4h
Merged PRs (30d)
86

Description

Double check all tasks that have been marked immediate and see if they perform any action that could trigger the 5 second timeout. Things to look out for are actions that cause cascaded deletes or other large database operations.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating all tasks marked immediate in pulpcore and inspect the actions they perform, especially cascaded deletes and other large database operations. Trace whether any action could exceed the five-second timeout. Done means identifying the risky tasks and documenting the required follow-up or changes.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend, databases
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.