-
-
Notifications
You must be signed in to change notification settings - Fork 763
Closed
Description
At the time of creating this request, the watch: true feature does not support using anything other than sources: []. I would like to configure a task that works with the watch: true feature to check for a LISTENING port.
Ideas:
- Allow the
watchsetting to accept a boolean or a nestedcmd/cmds. The result of custom shell command execution could determine when a task needs to be executed. - Upgrade the watch implementation to respect the existing
statussetting, allowing runs of custom commands without a need to change the schema. - Implement
watch: truewithport: 8080, where the listening check would be a part of the watch task implementation.
Metadata
Metadata
Assignees
Labels
No labels