soda480/Wait for message or send message

Runs the wait-for-message Python utility (https://pypi.org/project/wait-for-message/)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandThe command to execute; wait or sendyes
ipFor send; the IP address of the serverno
portFor send; the TCP port number the server. For wait; the TCP port number to listen onyes
messageFor send; the message to send. For wait; the message to wait foryes
delayFor send; the number of seconds to delay between retriesno10
attemptsFor send; the maximum retry attemptsno60
timeoutFor wait; the number of seconds to wait for messageno900
use_containerUse Docker container for executionnofalse
shellThe shell to usenobash
namedescription
response_linuxWait Response for Linux
response_windowsWait Response for Windows
response_containerWait Response for Container