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

S3 sleep - Check CPU Usage #82

Open
newhinton opened this issue Sep 27, 2023 · 5 comments
Open

S3 sleep - Check CPU Usage #82

newhinton opened this issue Sep 27, 2023 · 5 comments

Comments

@newhinton
Copy link

I would like to prevent my system going to sleep when i am encoding files. This is entirely local, so i cannot prevent this by a network-check. However, the CPU usage is a good indicator.

Thanks!

@bjoerns1983
Copy link

Why not simply checking if the array is up and using an array disk as encoding destination?

@newhinton
Copy link
Author

Weirdly enough, that is enabled. I will have to monitor this closely. It might be possible that a bigger delay might help. (Related question, do you know if the "Extra Delay" in seconds or minutes?)

@newhinton
Copy link
Author

No, delay only does not work. For some reason status&counter will not prevent sleep. From what i gathered, it should have been written to when it shut down. This might actually be a bug

@bjoerns1983
Copy link

You are sure that the share you are writing on does not utilize the Cache disk?

@newhinton
Copy link
Author

Yes, there is no cache disk.

Also i am not sure if i am actually writing to a "share". I dont know how unraid works, so i might be directly writing via the mountpoint. (The transcode process is inside a docker container, which writes and reads from a mounted directory and dvd-drives)

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

No branches or pull requests

2 participants