From 74336498c9cbc829d6700c74a8379f1fb7fd6e9f Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Mon, 23 Mar 2026 17:17:01 -0400 Subject: [PATCH] fix: Investigate issue #58 and confirm existing implementation of rate limit headers and job timestamps. Fixes #58 - Verified that GET /api/demo already includes X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset headers. - Verified that GET /api/jobs/:id and POST /api/jobs responses already include createdAt and completedAt timestamps. - No code changes were required as existing implementation matches the requirements. -- 2.43.0