arrow_backRetour aux issues
codechefPesuecc/CodeChef-PESUECC-Chapter
#159
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
In-memory judge concurrency queue is a no-op on Workers (misleading)
ecoDébutant
good first issue
descriptionDescription
**Severity:** Low (cosmetic)
`src/lib/judge.ts:19-44` keeps a module-level `activeJobs`/`jobQueue` semaphore. Workers isolates don't share state across requests and get recycled, so this never enforces a real cluster-wide concurrency cap and `judgeQueueStats()` reports misleading numbers. Real concurrency limiting must live in the Rust/Akiro judge itself. The code comment already acknowledges this.
**Fix**
Either remove the dead limiter (and `judgeQueueStats`) to avoid confusion, or clearly document it as dev-only and never surface its stats in prod.
**Acceptance:** no misleading "active/queued" numbers can reach production UI.
Issues similaires
lingdojo/kana-dojo
star3.2k
Poids du dépôt lourd
[Good First Issue] 🐡 Add new Japan Fact 251 - Beginner-Friendly Open-source Contribution
## 🟢 Good First Issue: Add Japan Fact #251 — Beginner-Friendly Open Source Contribution ![Time: <1 minute](https://img…
TypeScript
enhancement
help wanted
WasiqB/multiple-cucumber-html-reporter
star281
Poids du dépôt moyen
Error bucketing
It would be great to bucket the errors in different types i.e. Code exception, configuration exception, environmental e…
TypeScript
enhancement
help wanted
StellarLock/StellarLock
star0
Poids du dépôt léger
LP lock links omit the /token|lp/ URL segment, causing wrong-type lookups on the detail page
## Summary Lock detail links should include the lock's kind in the URL, e.g. `/app/lock/lp/:id` or `/app/lock/token/:i…
TypeScript
bug
good first issue