We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the watcher receives events and executes them. It would be good if these were two separate packages with interface contracts.
This would permit executing events from other sources, such as webhooks and the Web UI when #10 is done.
It would also make unit testing these individual parts a lot easier.
The text was updated successfully, but these errors were encountered:
split apart task hydration+execution from watcher/config package with…
b3657a1
… a simple channel resolves #27
No branches or pull requests
Currently the watcher receives events and executes them. It would be good if these were two separate packages with interface contracts.
This would permit executing events from other sources, such as webhooks and the Web UI when #10 is done.
It would also make unit testing these individual parts a lot easier.
The text was updated successfully, but these errors were encountered: