Tilerator will store a "state" file in the same dir as osm_expiry files, with the name of the last file it processed. When poked via POST request, tilerator will read the state file, enumerate all tile expiration files in that directory, and add them all new ones to the job que, and update the state file. Optionally, tilerator will delete the expiration files.
TBD: should the flag "delete or not" be in app config or in the state file?