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

Use of http.Post impossible inside tasks #15583

Closed
gavincabbage opened this issue Oct 25, 2019 · 1 comment · Fixed by #15665 or #15713
Closed

Use of http.Post impossible inside tasks #15583

gavincabbage opened this issue Oct 25, 2019 · 1 comment · Fixed by #15665 or #15713
Assignees

Comments

@gavincabbage
Copy link
Contributor

Steps to reproduce:
List the minimal actions needed to reproduce the behavior.

  1. Create a task that uses flux's http.Post
  2. Execute task

Expected behavior:
Successful task execution.

Actual behavior:
Task error due to missing dependencies.

Environment info:

n/a

Config:

n/a

@gavincabbage
Copy link
Contributor Author

gavincabbage commented Oct 25, 2019

Fix: Use EvalOptions instead of EvalAST here, added by flux#2054

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant