-
Notifications
You must be signed in to change notification settings - Fork 539
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
[k8s] how to get the job sutatus change event #3775
Comments
@shengkaixuan Just to understand the use case better, are you trying to programmatically alert the user via email, slack, a custom dashboard, or some other system? |
just want an api to send the event to a custom message system. |
Check out #2106 from @MaoZiming |
thank you, it would be better to put it in the doc. |
Hi @shengkaixuan ! Could you elaborate on what environment variables you find missing? |
skypilot is a great project,run it in k8s, how can i be alerted when the job status changed?, like the status changed to FAILED.
`
Fetching and parsing job queue...
Job queue of cluster llm
ID NAME SUBMITTED STARTED DURATION RESOURCES STATUS LOG
3 - 1 hr ago 1 hr ago 1h 25m 37s 1x[QUADRO-RTX8000:1] RUNNING ~/sky_logs/sky-2024-07-23-16-08-46-454657
2 - 1 hr ago 1 hr ago 10m 21s 1x[QUADRO-RTX8000:1] SUCCEEDED ~/sky_logs/sky-2024-07-23-15-44-46-107347
1 - 1 hr ago 1 hr ago 4m 48s 1x[QUADRO-RTX8000:1] FAILED ~/sky_logs/sky-2024-07-23-15-34-45-318133
`
The text was updated successfully, but these errors were encountered: