Scheduer's runners should be stored in a tuple #150

Open
opened 2026-01-14 16:37:30 +00:00 by fkobi · 0 comments
Owner

They are stored in a list

self._runners = [Runner(self._queue, self._app) for _ in range(NB_RUNNER)]

although they are not changed could be immutable.

They are stored in a list https://git.fsfe.org/reuse/api/src/commit/ed08d1876cca9a8c135307ad6c0aa0345909c28d/reuse_api/scheduler.py#L166 although they are not changed could be immutable.
fkobi added the bugenhancementhelp wanted
component
backend
prio
low
labels 2026-01-14 16:37:30 +00:00
fkobi added the 1.0 label 2026-01-14 16:38:52 +00:00
fkobi added reference scheduler-tuple 2026-01-14 16:39:10 +00:00
Sign in to join this conversation.