question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow knowing which jobs are running (and not just submitted/pending and paused)

See original GitHub issue

It seems like we can pretty easily know by looking at the job.next_run_time whether a job is paused or not but it is really hard to know if a job is running or not (as far as a I can tell) since there is no apparent job state that is connected to a job saying the job is actively running (the event notification system is not reliable enough to do this, as it can be fired out of order).

So this is more of a feature request to have such a capability…

If more details are needed (or I can suggest some ideas on how to do it or maybe even a PR).

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:11
  • Comments:14 (6 by maintainers)

github_iconTop GitHub Comments

5reactions
ecbftwcommented, Jan 28, 2019

+1
I’m trying to track state through event handlers, but so far keep running into problems with it (including #356). Whatever API changes are needed, I think they’ll be worth it. This is a capability that any application with a robust UI will need to have.

1reaction
wck821829906commented, Aug 27, 2018

I can not agreen with you any more, I want to show users the state of current job …

Read more comments on GitHub >

github_iconTop Results From Across the Web

What To Do if the Job You Applied for Is on Hold - Indeed
Steps to take if a position you applied for is on hold · 1. Continue searching for positions · 2. Let the employer...
Read more >
Useful Slurm commands
Analyzing currently running jobs with sstat ¶. The sstat command allows users to easily pull up status information about their currently running jobs....
Read more >
Contract Paused – Upwork Customer Service & Support
While the contract is paused, you won't be able to bill that client and should stop any work on the project until the...
Read more >
Jobs API 2.1 | Databricks on AWS
Jobs enable you to run non-interactive code in a Databricks cluster. ... If a run with the provided token already exists, the request...
Read more >
Managing Background Jobs in Tableau Cloud
The Run Now settings on the General settings page also allows you to manage your resources by either allowing or blocking users from...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found