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

Adding support for Cronitor? #1119

Open
firrae opened this issue Nov 8, 2024 · 4 comments
Open

Adding support for Cronitor? #1119

firrae opened this issue Nov 8, 2024 · 4 comments

Comments

@firrae
Copy link

firrae commented Nov 8, 2024

Hey there,

Just curious if you've thought of installing Cronitor or similar into the Docker image for those of use who like using it? I find it to be a good tool to keep an eye on if my CRON jobs are running correctly as I expect them to.

If there's no interest in this, do you have any issue if I create a fork of your image with it built in?

@jmbannon
Copy link
Owner

jmbannon commented Nov 9, 2024

Forks and modifications are absolutely welcome. I would like some kind of way to integrate apps to notify after a run has executed. Cronitor seems a bit cron-specific which is outside of the scope of ytdl-sub's main library

@firrae
Copy link
Author

firrae commented Nov 10, 2024

Fair, currently I'm using the CURL API method they offer in the following flow:

GUI container runs continually -> Unraid User Script to exec into the container -> run the Cronitor API that it's beginning -> run download command -> use API to tell it's done or error.

I think most services offer API methods so maybe that could be a way to do it more universally?

I'll play with it a bit to see if I can make it configurable in that way and you can decide if you want to pull it into main.

@jmbannon
Copy link
Owner

#746 kind of covers that, to support external apps/uses better

@ThomasHaz
Copy link

I would like some kind of way to integrate apps to notify after a run has executed.

Have you used ntfy.sh?

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

3 participants