Actions
Refactor #2087
closedcreate django models for task system
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
master
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 7
Quarter:
Description
Create django models for the functionality that includes:
- workers
- resource locking
- tasks
- scheduled tasks
- locks for celery beat and the resource manager
Side note: consider at least briefly that the two collections for the celery beat and resource manager locks could be the same model, and just use different values for the "lock" string.
Related issues
Updated by mhrivnak over 8 years ago
- Blocked by Task #2086: add django DB boilerplate added
Updated by pcreech over 8 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to pcreech
Updated by mhrivnak over 8 years ago
- Blocks Refactor #2154: Convert task system to use django models added
Updated by mhrivnak over 8 years ago
- Blocks Refactor #2156: Convert pulp_celerybeat to use a django lock model added
Updated by mhrivnak over 8 years ago
- Blocks Refactor #2157: Convert pulp_resource_manager to use a django lock model added
Updated by mhrivnak over 8 years ago
- Blocks Refactor #2158: Remove pulp_celerybeat use of scheduled calls from database added
Updated by mhrivnak over 8 years ago
- Status changed from ASSIGNED to POST
Updated by mhrivnak over 8 years ago
- Related to Task #2176: Remove auto-disable feature of scheduled tasks added
Updated by semyers about 8 years ago
- Related to Task #2226: Rename pulp.platform to pulp.app added
Added by pcreech about 8 years ago
Added by pcreech about 8 years ago
Updated by pcreech about 8 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|688b64f21c4c2f46d319f493425b36252c9e94b6.
Added by pcreech about 8 years ago
Added by pcreech about 8 years ago
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Add task models
Add django task models
closes #2087