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 Task indicators, methods for getting these in AlchemiscaleClient, for introspection of Task history and running state #211

Open
dotsdl opened this issue Dec 5, 2023 · 0 comments

Comments

@dotsdl
Copy link
Member

dotsdl commented Dec 5, 2023

Currently, users have very limited ability to understand the current state/behavior of an incomplete Task. In order to help users to assess problematic Tasks, the following indicators on a Task would be useful:

  • how many times a Task has been claimed
  • how long Task has been in current status (datetime of last status change)
  • what compute service registration, if any, last claimed it
  • what compute service registration, if any, is currently claiming it

We would also like to add hostname to compute service registration generation, which could help compute operators track down problematic cases compute-side.

The above indicators should be exposed in some useful way to users via the AlchemiscaleClient.

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

1 participant