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

Prevent dyno idling in 30 minites? #14

Closed
ktownag opened this issue Mar 16, 2022 · 2 comments
Closed

Prevent dyno idling in 30 minites? #14

ktownag opened this issue Mar 16, 2022 · 2 comments

Comments

@ktownag
Copy link

ktownag commented Mar 16, 2022

Heroku's free dyno will idle when there is no incoming request within 30 minutes, and your files will be deleted too.
There is a similar but outdated repo that can generate fake requests when there are downloading or uploading tasks, so it won't idle when your files aren't completed. See here https://github.com/maple3142/aria2c-ariang
The working codes are included in the index.js file of that repo.
Is it possible to do that to qbittorrent?
Thanks!

@developeranaz
Copy link
Owner

developeranaz commented Mar 16, 2022

I did made it on another branch , now i applied that update
redeploy it and use selfping corresponding app-name in settings>> config-vars section in heroku

eg:
-4962988908900100631_121

note: selfping config var eats your dynos

@ktownag
Copy link
Author

ktownag commented Mar 17, 2022

Great. Would be better if selfping stops automatically when downloads complete.

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