Block a user
andriinikitin
deleted branch t_add_concurrency from git-workflow/autogits
2026-04-27 06:42:23 +02:00
t: add concurrency
WIP: t add concurrency + feature/parallel_prs
andriinikitin
deleted branch fix/gitea-cache-ttl-sync from git-workflow/autogits
2026-04-24 12:52:41 +02:00
common, staging: sync Gitea cache TTL with poll interval
after recent fixes in the cache it doesn't look needed anymore, closing
common, staging: sync Gitea cache TTL with poll interval
andriinikitin
deleted branch fix/timeline-cache-race from git-workflow/autogits
2026-04-24 12:51:15 +02:00
andriinikitin
deleted branch t-split-common-func-in-merge-tests from git-workflow/autogits
2026-04-24 12:51:06 +02:00
andriinikitin
deleted branch andriinikitin/wip from git-workflow/autogits
2026-04-24 12:50:29 +02:00
andriinikitin
deleted branch andriinikitin/ibs_state from git-workflow/autogits
2026-04-24 12:49:47 +02:00
andriinikitin
created branch andriinikitin/ibs_state in git-workflow/autogits
2026-04-24 07:29:21 +02:00
feature/parallel-prs-processing
I did follow up on it and implemented '"singleflight" pattern' around that Mutex, (so subsequent requests for already locked repo just immediately reused the result when the lock is unlocked). It…