- https://codeberg.org/kiara
-  Joined on 2025-02-04 
that seems to have done it, so opened #562 now that this seems fixed (for now?).
to get rid of the work-around, i may wanna look into clearing the leveldb queue:
[nix-shell:~]$ sudo ls -la /var/lib/forgejo/data/queues
total 16
drwxr-x---  4 forgejo forgejo 4096 Oct…
channel
				
			in an `strace` log, i see some entries that start similar to this
2034771 chdir("/var/lib/forgejo/repositories/fricklerhandwerk/meta.git") = 0
2034771…
gitea has setting queue.*.WORKERS (default 0), while forgejo only documents MAX_WORKERS (default cpus/2). to be fair, i cannot find even MAX_WORKERS defined in forgejo's code, so perhaps…
so far i'm not finding issues mentioning that particular queue at forgejo's issue tracker. i'm trying to figure out how to investigate processing of this queue, whether in code or by inspecting…
https://git.fediversity.eu/admin/monitor/queue shows queue repo-archive dysfunctional, with a massive number of hanging items, apparently systematically failing to get processed.
the…