microsoft / microsoft/AzureTRE
Airlock - Add offline cleanup process
Open
Nobody has claimed this yet.
airlock
story
- Dominant language
- Python
- Stars
- 235
- Forks
- 192
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 13
Description
Description
As a TRE Developer
I want to create an offline process which deletes abandoned airlock requests
So that their storage will be freed
Acceptance criteria
- define (configration) stale limit
- create a new offline process which cleans up the storage for these requests
- Optional - move state to a new state (abandoned)?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Airlock request storage implementation, configuration conventions, and existing offline-process entry points. Confirm how stale requests are identified, then implement a configurable cleanup process and verify that storage is freed; treat moving requests to an abandoned state as optional pending project guidance.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100