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

Add 'status' field to ListServicesOptions for enhanced service status retrieval #338

Merged
merged 3 commits into from
Feb 10, 2024

Conversation

Paulswith
Copy link
Contributor

Hi, I have added a status field to the ListServicesOptions, which can trigger the return of ServiceStatus.

For example, for my Replicated Service, I can get:

"ServiceStatus": {
      "RunningTasks": 3,
      "DesiredTasks": 3,
      "CompletedTasks": 0
}

@fussybeaver
Copy link
Owner

src/service.rs Outdated Show resolved Hide resolved
src/service.rs Outdated Show resolved Hide resolved
src/service.rs Outdated Show resolved Hide resolved
@Paulswith Paulswith closed this Oct 11, 2023
@Paulswith Paulswith reopened this Oct 11, 2023
@fussybeaver fussybeaver merged commit 0972b1a into fussybeaver:master Feb 10, 2024
12 checks passed
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.

2 participants