issues
search
golemfactory
/
golem-unlimited
Golem-unlimited
GNU General Public License v3.0
46
stars
8
forks
source link
Add functional support for fire & forget execution
#238
Closed
marmistrz
closed
5 years ago
marmistrz
commented
5 years ago
We need to be able to:
spawn a sequence of tasks asynchronously (even if the target node is not available for execution yet)
query the state of the task
fetch the stdout/stderr/task artifacts after the task has already finished
watch the stdout/stderr of the task while it's running (even if it has previously been spawned asynchronously) and synchronously wait for it to finish
github-actions[bot]
commented
5 years ago
Stale issue message
We need to be able to: