plameniv
plameniv
The config object returned by the [parse](https://github.com/walmartlabs/cookie-cutter/blob/d7726098213ce5966ba920a3fca7fb5890ba4b6c/packages/core/src/config.ts#L59) function has no enumerable properties. The following operations do not work: - `console.log(config)` prints the empty object; - `const newConfig = { ...config...
We are using `QueueMetadata.VisibilityTimeout` to pass in the number of seconds for the visibility timeout and to return the `timeNextVisible` date in the format of `"Tue, 21 Apr 2020 16:33:23...
The `requestTimeout` parameter of the [IBlobStorageConfiguration](https://github.com/walmartlabs/cookie-cutter/blob/master/packages/azure/src/index.ts#L33) has been removed. It used to be passed to the [createBlockBlobFromText](https://github.com/walmartlabs/cookie-cutter/pull/204/files#diff-5e2fdf65bf1911d3a74cb05f8473f9e938c0a712bfcc073d3904f5b3d80f4057L106) of the `BlobService` from the `azure-storage` package. This parameter is no longer used...