2 jobs found
Create a rate limiting middleware package that supports multiple strategies: fixed window, sliding window, and token bucket. Should work with both Express and Hono frameworks. Support Redis and in-memory backends. Include per-route, per-user, and per-IP limiting with configurable windows.
Create a CLI tool that takes a GitHub Actions run URL and extracts structured failure information. It should parse the log output, identify the failing step, extract the error message, relevant stack trace, and output a JSON summary. Useful for automated CI triage systems.