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

[Feature]: optional message on wandb.finish(..) #7581

Open
SushantGautam opened this issue May 7, 2024 · 3 comments
Open

[Feature]: optional message on wandb.finish(..) #7581

SushantGautam opened this issue May 7, 2024 · 3 comments
Labels
a:cli Area: Client ty:feature_request type of the issue is a feature request

Comments

@SushantGautam
Copy link

SushantGautam commented May 7, 2024

Description

Need the option to add a message to finish.

finish(
exit_code: Optional[int] = None,
message: Optional[str] = None,
quiet: Optional[bool] = None
) -> None

Suggested Solution

Should send the finish message to mail/slack, etc as well.

Alternatives

No response

Additional Context

No response

@luisbergua
Copy link
Contributor

Hey @SushantGautam, thanks for writing in! Would using alerts (see our docs here) work for you?

@SushantGautam
Copy link
Author

I mean there is already a default alert on job finish that notifies through email/slack.
The idea:
I would like to avoid double alerts. So just want to embed the message on finish and send.

@kptkin kptkin added ty:feature_request type of the issue is a feature request a:cli Area: Client labels May 8, 2024
@luisbergua
Copy link
Contributor

Got it, thanks for sharing this @SushantGautam! I'll create a feature request for you and share it internally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:cli Area: Client ty:feature_request type of the issue is a feature request
Projects
None yet
Development

No branches or pull requests

3 participants