Bryan Thornbury
Bryan Thornbury
Supported scenarios and unsupported scenarios are not well explained outside the example on the README. Improve Documentation with more examples and explanations of what will/won't work. - [x] Set up...
Convert the TaskKey to be a TaskKey object. Purpose of this change is to give better specification to the difference between a TaskKey and a task name.
This should be able to be done in automated testing in travis, by starting multiple redis hosts locally. Running the existing test suite against it may suffice but thought should...
Leaving this issue to track adding a windows build to the current build matrix. The primary issue here is running an updated instance of redis on windows with which to...
In order to reach a 1.0 stable release several work items need to be completed, that will be tracked in separate issues. The purpose of this issue is for overall...
At-Least-Once Processing was disabled due to incorrect behavior. 1. Improve Test Coverage of this scenario including simulated worker failures. 2. Re-enable At-least-once processing
Make the tool compatible with and test with .NET Core 3.0 & 3.1 versions of the dotnet cli. See #12
The base docker image is currently constant. We should detect which version of the framework the application being dockerized is running under and choose the appropriate base image with that...
Expose Ports, Output Dockerfile without building the image (dry run) Adds `-p, --port` and `-n, --dry-run`