cli: _cmd_list reads job name file per job, consider caching #101

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

_cmd_list() calls get_job_name(job) per job, which re-reads the name file from disk each time. For large job lists, consider caching names or collecting them in bulk.

From PR #99 review suggestion.

`_cmd_list()` calls `get_job_name(job)` per job, which re-reads the `name` file from disk each time. For large job lists, consider caching names or collecting them in bulk. _From PR #99 review suggestion._
fuzzy closed this issue 2026-07-05 17:19:26 +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#101
No description provided.