Files
Santhosh Janardhanan 679561bcdb
Some checks failed
quality-gates / lint-and-test (push) Has been cancelled
quality-gates / security-scan (push) Has been cancelled
First deployment
2026-02-13 09:14:04 -05:00

672 B

MODIFIED Requirements

Requirement: Latest-30 queue construction

The refetch-images command SHALL enqueue up to the latest 30 news items for processing in batch mode and support targeted single-article mode when permalink targeting is provided.

Scenario: Queue population

  • WHEN refetch-images is started without a permalink target
  • THEN the command loads recent news items
  • AND enqueues at most 30 items ordered from newest to oldest
  • WHEN refetch-images is started with a valid permalink target
  • THEN the command enqueues only the resolved article
  • AND bypasses latest-30 queue expansion