Current issue state, recent activity, and per-issue timelines from the indexed issue data.
| Date | Opened | Closed | Comments | Events | Open Backlog |
|---|---|---|---|---|---|
| 2026-09-20 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-19 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-18 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-17 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-16 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-15 | 0 | 0 | 0 | 0 | 27 |
| 2026-09-14 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-13 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-12 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-11 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-10 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-09 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-08 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-07 | 0 | 0 | 0 | 0 | 0 |
Opened: 0
Closed: 0
Comments: 0
Events: 0
| Issue | Author | State | Labels | Comments | Reactions | Updated |
|---|---|---|---|---|---|---|
#95 fix(proxy): fatal crash due to concurrent map read and write in proxy pool Opened 23 days ago | code-1705 | open | bug | 2 | 0 | 13 days ago |
#28 SSRF — `/v1/scrape` fetches loopback, private-network and cloud-metadata URLs and returns the response body to the caller Opened 2 months ago | rajarshidattapy | closed - completed | bug | 0 | 0 | 1 month ago |
#32 Jobs are stuck in `processing` forever when they hit `JOB_TIMEOUT` — the failure is written with the already-expired job context Opened 2 months ago | rajarshidattapy | closed - completed | bug | 0 | 0 | 1 month ago |
#87 `ScrapeSync` never times out when store lookups keep failing — the `continue` on the error path skips the deadline check Opened 1 month ago | Agnik47 | open | No labels | 0 | 0 | 1 month ago |
#85 title: Domain config `requestTimeoutMs` is a no-op — `HandlerRequest.Timeout` is set but never read by any handler Opened 1 month ago | rajarshidattapy | open | No labels | 0 | 0 | 1 month ago |
#83 Real scrape errors are replaced by a browser-connection error — every failure reports `ECONNREFUSED :9222` instead of the actual HTTP status Opened 1 month ago | rajarshidattapy | open | No labels | 0 | 0 | 1 month ago |
#81 Batch job reports `"status": "completed"` when every URL in the batch failed Opened 1 month ago | rajarshidattapy | open | No labels | 0 | 0 | 1 month ago |
#72 Domain-config changes can remain unapplied for up to 60 seconds Opened 1 month ago | abhinavkr26104 | open | No labels | 0 | 0 | 1 month ago |
#71 Add automated webapp tests for API client, polling, and recent dashboard flows Opened 1 month ago | abhinavkr26104 | open | No labels | 0 | 0 | 1 month ago |
#70 Postgres batch reads silently discard child rows when scanning fails Opened 1 month ago | abhinavkr26104 | open | No labels | 0 | 0 | 1 month ago |
#69 Batch creation returns success while silently dropping child jobs after a persistence error Opened 1 month ago | abhinavkr26104 | open | No labels | 0 | 0 | 1 month ago |
#74 Health endpoint reports ok while the job store is unavailable Opened 1 month ago | abhinavkr26104 | open | No labels | 0 | 0 | 1 month ago |
#73 Canceled job contexts still run fallback handlers and configured retries Opened 1 month ago | abhinavkr26104 | open | No labels | 0 | 0 | 1 month ago |
#39 Dashboard "API Endpoints" card is missing /v1/telemetry/status and /health Opened 2 months ago | MayurK-cmd | closed - completed | enhancement | 0 | 0 | 1 month ago |
#38 Web dashboard duplicates job-tracking logic instead of using the useJobs hook Opened 2 months ago | MayurK-cmd | closed - completed | enhancement | 0 | 0 | 1 month ago |
#30 No authentication on any endpoint plus `AllowOrigins: "*"` — any web page can drive the scraper and rewrite domain configs Opened 2 months ago | rajarshidattapy | closed - completed | bug | 0 | 0 | 2 months ago |
#36 Web dashboard has no way to set the sync scrape timeout (backend supports it via PR #12) Opened 2 months ago | MayurK-cmd | closed - completed | enhancement | 0 | 0 | 2 months ago |
#66 Batch scrape submissions provide no inline feedback on the Scrape page Opened 2 months ago | MayurK-cmd | closed - completed | enhancement | 0 | 0 | 2 months ago |
#26 Server panics on startup when `DATABASE_URL` is not set — the documented zero-config quick start is broken Opened 2 months ago | rajarshidattapy | closed - completed | bug | 0 | 0 | 2 months ago |
#58 `worker.Pool.Submit` blocks the request goroutine when the queue is full, and panics if it races `Drain` Opened 2 months ago | GautamSharma99 | open | No labels | 0 | 0 | 2 months ago |
#57 `MemoryStore` never evicts jobs — the default zero-config mode grows unbounded until OOM Opened 2 months ago | GautamSharma99 | open | No labels | 0 | 0 | 2 months ago |
#56 Batch results are returned in random order with meaningless `index` values when running without `DATABASE_URL` Opened 2 months ago | GautamSharma99 | open | No labels | 0 | 0 | 2 months ago |
#55 Data race in the proxy pool — `Score` fields are read outside the mutex while `RecordSuccess`/`RecordFailure` mutate them Opened 2 months ago | GautamSharma99 | open | No labels | 0 | 0 | 2 months ago |
#54 Domain config `requestTimeoutMs`, `priority` and `isEnabled` are accepted, persisted and documented but never applied Opened 2 months ago | GautamSharma99 | open | No labels | 0 | 0 | 2 months ago |
#53 `TestScrapeSyncTimeout` re-implements the timeout logic instead of calling it — `internal/http/handlers` is at 0% coverage Opened 2 months ago | GautamSharma99 | open | No labels | 0 | 0 | 2 months ago |