-
-
Notifications
You must be signed in to change notification settings - Fork 960
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
addon: show CPU usage + Email notifications #1341
Comments
It might be useful to have a CPU indicator, yes! But might be tricky to get an accurate value that is cross-platform without additional dependencies. An e-mail plugin would be most interesting! |
@pierotofy I'm working on the email notification plugin right now, I've managed to find the plugin signal for when a task has finished processing, but there doesn't seem to be one for when a task has failed? Any idea if such a signal exists if no, do you know the main points where a task may fail to process so i can send the plugin signal? |
Yep, there's currently no "task_failed" signal. It could be added though. See |
Ohh alright, thanks!
…On Tue, May 16, 2023 at 5:57 PM Piero Toffanin ***@***.***> wrote:
Yep, there's currently no "task_failed" signal. It could be added though.
See app.plugins.signals.py and app.models.task.
—
Reply to this email directly, view it on GitHub
<#1341 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AU5FUKYMFK4SWCK2DTPEQSTXGOPW7ANCNFSM6AAAAAAX6XAWWI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi, would this be of interest? Should i provide a PR where the CPU Usage is also in diagnostic?
Had this issue where the CPU was at 3% but the project was still on working but it actually wasn't.
Think it was because there were pictures of a different project accidentally.
I thought of extending this with a plugin for email notification:
Also, a checkmark in diagnostic to auto-refresh every X seconds.
What do you think?
The text was updated successfully, but these errors were encountered: