Actions
Refactor #2075
closedUse tasks.register_sigterm_handler() for the resource manager locking mechanism instead of a custom context manager
Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Easy Fix, Pulp 2
Sprint:
Quarter:
Description
using tasks.register_sigterm_handler() to decorate the get_resource_manager_lock() function would accomplish the same thing as the custom context manager but in a more DRY way
Updated by bmbouter almost 7 years ago
A link to the code of interest would be good. Other developers may not have enough familiarity to contribute with the existing description.
Actions