Austin Godber
Austin Godber
~~Track down and replace all bluebird promises with native promises.~~ DONE
It's suggestions like this that make me think we can take some time and think through how we change `_op` and be open to more drastic changes that would not...
Yeah, all of that makes sense, perhaps we can extend: > Deleted record cleanup can then become a batch process that runs periodically outside of a reasonable window for job...
We have decided that only Jobs should have a `_deleted` property. Executions should not have a `_deleted` property. This means the following things: * when deleting a job, the corresponding...
> We have decided that only Jobs should have a _deleted property. Executions should not have a _deleted property. I am rescinding this comment. Doing this makes filtering `/txt/ex` too...
I'm not sure this is super useful and is kind of dancing around the fact that we lack access control to this api
> Lastly, it would be a good idea to set up checks or pre-commit hooks to make sure future binary files are automatically added to Git LFS to prevent accidental...
This error occurs when Teraslice is configured with the removed `terafoundation.asset_storage_connection_type` instead of `teraslice.asset_storage_connection_type`. The key was removed in the 2.0.0 release. I am changing this from `bug` to `enhancement`....
This is resolved and the various releases were updated to note the problem.
An associated effort would be to try and reproduce this error as well: ``` TSError: AggregateError at pRetry (file:///app/source/packages/utils/dist/src/promises.js:103:21) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async SliceExecution.run (file:///app/source/packages/teraslice/dist/src/lib/workers/worker/slice.js:38:22) at async Worker.runOnce (file:///app/source/packages/teraslice/dist/src/lib/workers/worker/index.js:169:13)...