Azure / Azure/azure-functions-host

Make file purge logic less aggressive

Open
#2,112 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C#
Stars
2k
Forks
482
Avg merge
2d 10h
Merged PRs (30d)
36

Description

Currently we have purge logic for log file directories and secret files that runs on host startup. We should consider doing these purge operations less often, perhaps on a periodic background thread not tied to host startup. This might also yield startup time improvements.

Contributor guide

Open the contributing guide

Research direction

No files, tests, or entry points are identified in the issue. Start by locating the host-startup purge logic for log directories and secret files, then trace how often it runs and what scheduling options exist. Done should mean purge work is no longer tied to every startup while log and secret cleanup still occurs as intended and startup time improves or does not regress.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
backend
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.