Skip to content

manipulation of acylic directed graphs for hpc orchestrations #1955

Discussion options

You must be logged in to vote

As you mentioned, our compute for orchestrations/activities/entities are relatively cheap and expendable VMs, especially in comparison to a HPC environment. That makes the normal workflow of orchestrations + activities not a great fit.

However, we do support calling HTTP functions, either via the callHttp APIs on the orchestration context, or via just scheduling an activity that can make an external HTTP request. These HTTP requests can be made to compute living on these limited resources, with logic around what to do if the resource is not currently available. Note that you can really use any external communication mechanism to signal to your HPC environment to execute work when the reso…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vigouredelaruse
Comment options

Answer selected by vigouredelaruse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants