pulibrary / lib_jobs

Enterprise Services batch processing tasks. Rails 7 Ruby 3.1.0
3 stars 0 forks source link

ReCAP files stopped being processed on May 14, 2024 #779

Closed mzelesky closed 1 month ago

mzelesky commented 1 month ago

Expected behavior

A clear and concise description of what you expected to happen.

25 incremental ReCAP files are processed per day and sent to HTC's server

Actual behavior

No files have been sent since May 14, 2024.

Steps to replicate

Impact of this bug

There are 253 files that need to be processed.

Honeybadger link and code snippet, if applicable

Implementation notes, if any

kevinreiss commented 1 month ago

I looked briefly and saw that since 5/15 zero records have been logged as processed in lib-jobs and found the "Meter files sent to recap" feature to be "on" in production.

maxkadel commented 1 month ago

Relevant release history:

Branch main (at 020028d1d8328002f810909368db4a66d8c543b8) deployed as release 20240422200852 by deploy
Branch main (at 3460c84bb24c87ee6b3130cc9f2368896c98b334) deployed as release 20240514130233 by deploy
maxkadel commented 1 month ago

Closed by #780

mzelesky commented 1 month ago

Thank you! It looks like the issue was the new filemask expected .xml.tar.gz, instead of just .tar.gz for the non-delete files.