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

Check if a job is running #251

Open
blastbeng opened this issue Sep 26, 2024 · 0 comments
Open

Check if a job is running #251

blastbeng opened this issue Sep 26, 2024 · 0 comments

Comments

@blastbeng
Copy link

blastbeng commented Sep 26, 2024

Hi,
I am developing an app where multiconcurrency is not an option.

I have a scheduled some jobs, which runs on a timer
I have a GUI where an user can manually run the job, but if it's already running I want to alert the user that the job is already running

But I haven't found in the documentation a way to understand if a job is running or not..

This is all I see using

scheduler.get_job("myjobid")

image

Are there any variables I can use to understand if this job is running?

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

1 participant