You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
revert: PR #1090 ensure EAI_AGAIN middleware is added to new file systems TDE-1268 (#1093)
Reverts "fix: ensure EAI_AGAIN middleware is added to new file systems
TDE-1268 (#1090)"
This reverts commit 48ec902.
#### Motivation
Release v4.5.1 of Argo Tasks caused workflows (e.g. when running
`tileindex-validate`) to fail with the following error:
```json
{"level":60,"time":1727812404265,"pid":14,"hostname":"test-afage-tileindex-validate-sq9t2-main-1070049358","id":"01J94TA0KEYQ4MZCHHXCPCMQYY","err":{"type":"TypeError","message":"Cannot set properties of undefined (setting 'onFileSystemCreated')","stack":"TypeError: Cannot set properties of undefined (setting 'onFileSystemCreated')\n at setupS3FileSystem (file:///app/fs.register.js:68:46)\n at fsClient.credentials.onFileSystemCreated (file:///app/fs.register.js:72:13)\n at FsAwsS3ProviderV3.find (file:///app/node_modules/@chunkd/source-aws/build/provider.js:100:85)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async FsAwsS3V3.details (file:///app/node_modules/@chunkd/source-aws/build/s3.fs.js:90:31)\n at async asyncFilter (file:///app/utils/chunk.js:7:22)\n at async FileSystemAbstraction.toArray (file:///app/node_modules/@chunkd/core/build/index.js:49:22)\n at async getFiles (file:///app/utils/chunk.js:64:26)\n at async Object.load (file:///app/commands/tileindex-validate/tileindex.validate.js:27:23)\n at async Object.handler (file:///app/commands/tileindex-validate/tileindex.validate.js:198:23)"},"msg":"Command:Failed"}
```
#### Modification
Revert PR #1090.
#### Checklist
- [x] Tests updated
- [ ] Docs updated N/A
- [x] Issue linked in Title
0 commit comments