Skip to content
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

Figure out how to get results back from external actions #33

Open
dimfeld opened this issue Nov 28, 2022 · 0 comments
Open

Figure out how to get results back from external actions #33

dimfeld opened this issue Nov 28, 2022 · 0 comments

Comments

@dimfeld
Copy link
Owner

dimfeld commented Nov 28, 2022

Some Options:

  • Provide an HTTP endpoint to hit with the output payload.
    • This has the downside that you have to provide a URL that is actually resolvable by the task.
    • Providing the base hostname or IP in the Ergo config would be a good way to do this.
  • Provide a file path to write with the output payload. For docker containers this would be a volume mounted into the container.
    • For task orchestrators, can we do something similar?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant