-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
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
Improvements #5
Comments
|
Instead of relying on capturing std-out, force users to swap!/reset! an atom from their lifecycle functions. |
The lifecycle examples with the core/async stuff, i.e.: ;; We get a little creative to make the core.async plugin easier is a little unclear. At first this seems special to this example, but then you realize it's done elsewhere. Once you realize that you look for where it's used and how and why this seemingly low level thing needs to be done at all (and isn't automatically handled). Any clarification or work on this piece would probably be great. Happy to help if I can once I understand things better :-) |
Add after-retry and after-complete to lifecycles example.
Have an example where they add submit-job (and maybe await-job-completion).
Add an example where we can manipulate catalogs/workflows/etc to show the power of data and manipulating data
The text was updated successfully, but these errors were encountered: