• 0.2.0 bd00e26bde

    james released this 2024-07-24 04:57:45 +00:00 | 4 commits to main since this release

    This is the first usable version of putex and is meant to test its capabilities in a live environment. All significant values are configurable and it's believed to be usable at this point.

    Downloads
  • 0.1.0 684cc85dc6

    Tech preview Pre-Release

    james released this 2024-07-24 03:05:20 +00:00 | 5 commits to main since this release

    This provides a basic demo which may be run against a local nats server with open auth via the following commands (running in parallel):

    # (in parallel)
    putex -vvv 127.0.0.1 locks router abc 'echo HEALTH CHECK $1' start-does-nothing stop-does-nothing
    putex -vvv 127.0.0.1 locks router xyz 'echo HEALTH CHECK $1' start-does-nothing stop-does-nothing
    
    Downloads