openaddresses / batch

OpenAddresses/Machine based AWS Batch based ETL Processing
https://batch.openaddresses.io/
MIT License
6 stars 5 forks source link

Sources Batch Task #319

Closed ingalls closed 1 year ago

ingalls commented 1 year ago

Context

I had a function named fetch that performed the fetch of the repo. With the addition of global fetch this resulted in the script failing after it attempted to perform API options with the expected global fetch .

ingalls commented 1 year ago

TypeError: Cannot read properties of undefined (reading 'job')
--
at Job.delta (file:///home/openaddresses/api/lib/types/job.js:166:52)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async file:///home/openaddresses/api/routes/job.js:112:27
ingalls commented 1 year ago

Included in Bug Fix Branch