discovery: find_job re-scans filesystem redundantly for symlinks #100

Closed
opened 2026-07-05 14:36:27 +00:00 by the.auditor · 0 comments
Owner

find_job() in src/kronai/discovery.py:155-170 calls discover_jobs(jobs_dir) then manually re-iterates the filesystem for symlink search. It could reuse the already-discovered job paths for the symlink search instead of re-scanning.

From PR #99 review suggestion.

`find_job()` in `src/kronai/discovery.py:155-170` calls `discover_jobs(jobs_dir)` then manually re-iterates the filesystem for symlink search. It could reuse the already-discovered job paths for the symlink search instead of re-scanning. _From PR #99 review suggestion._
fuzzy closed this issue 2026-07-05 17:13:01 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/kronai#100
No description provided.