# Changelog of US WARN Layoff Monitor 🇺🇸 (plant closings & mass layoffs) (`tagadanar/us-warn-layoffs`) Actor

- **URL**: https://apify.com/tagadanar/us-warn-layoffs/changelog.md
- **Full Actor documentation**: https://apify.com/tagadanar/us-warn-layoffs.md

## Changelog

### 2026-09-08

- **A run can no longer spend more time than it has.** The retry ladder booked
  its worst case up front, under loops with no ceiling, so a slow or wobbling
  source could push the run past the platform timeout. A run killed that way
  loses its own closing message entirely.
- Every request now plans against the time actually left, and a backoff that
  would outlive the run is not slept.
- A run that hits its time limit now delivers everything it did read and says
  so plainly, naming the searches it never reached — rather than reporting an
  empty result, which is a claim it has not earned.

### 2026-08-29

- Indiana is no longer offered as a state. The Apify platform does not resolve
  the Indiana WARN site, so that state could never be fetched from a run here;
  it has been removed from the state list rather than left to return nothing.
  Passing `IN` no longer changes anything else: the run collects the remaining
  states and names the skipped one in its status message. Every other state is
  unaffected.

### 0.1 — first release

US WARN Act layoff monitor covering California, New Jersey, Maryland, Indiana,
Alaska, South Dakota and the District of Columbia. Reads each state's WARN
notice feed (spreadsheets and web tables) and normalizes them to one schema:
company, location, employees affected, notice and effective dates, type and
industry. Filter by state, keyword, size and look-back window. Includes a
monitor mode that alerts on only-new notices with an optional Slack digest.
