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

chore: remove provider reference from task struct #166

Open
wants to merge 4 commits into
base: na/refactor-digitaloceanprovider
Choose a base branch
from

Conversation

nadim-az
Copy link
Collaborator

No description provided.

@@ -178,7 +168,7 @@ func (t *Task) GetStatus(ctx context.Context) (provider.TaskStatus, error) {
case "paused":
return provider.TASK_PAUSED, nil
case "restarting":
return provider.TASK_RUNNING, nil // todo(zygimantass): is this sane?
return provider.TASK_RESTARTING, nil
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Zygimantass flagging this change, lmk if you see any issues with this distinction

@nadim-az nadim-az force-pushed the na/remove-provider-reference branch from dc0b2dc to 5626cde Compare January 17, 2025 17:31
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

Successfully merging this pull request may close these issues.

1 participant