maintainers/scripts/update: Mark queue jobs as done

I believe this is only relevant if we were to `join` the queue itself but it is a good practice anyway.
https://docs.python.org/3/library/asyncio-queue.html#asyncio.Queue.task_done
This commit is contained in:
Jan Tojnar 2025-03-02 16:32:46 +01:00
parent fdea10b433
commit e3772a9bcb

View file

@ -242,6 +242,8 @@ async def updater(
await run_update_script(nixpkgs_root, merge_lock, temp_dir, package, keep_going)
packages_to_update.task_done()
async def start_updates(
max_workers: int,