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

Improve and standardize run's compilation behaviour when agent is not running #879

Open
mmourafiq opened this issue Jul 2, 2020 · 0 comments

Comments

@mmourafiq
Copy link
Contributor

Current behavior

When an agent is misconfigured, and an operation is scheduled by the user or assigned by the system to that agent, the compiler raises an error:

Screenshot 2020-07-02 at 20 33 04

However, when an agent is stopped, either is getting updated by the user or being completely removed), a run might still get compiled using a stale configuration.

Enhancement

Compiler should raise if the agent is not in running state to avoid unexpected behaviour.

Users can still resume the job by providing an updated config (e.g. different run-profile or queue) to assign the run to another agent, or by bringing the agent back to a running state.

@mmourafiq mmourafiq added this to the 1.4.0 milestone Jul 2, 2020
@polyaxon-team polyaxon-team modified the milestones: 1.11.0, 1.11.1 Aug 24, 2021
@polyaxon-team polyaxon-team modified the milestones: 1.11.1, 1.11.2 Sep 3, 2021
@polyaxon-team polyaxon-team modified the milestones: 1.11.2, 1.14.0 Sep 13, 2021
@polyaxon-team polyaxon-team removed this from the 1.14.x milestone Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants