Is there a visual or screenshot showing the jobs in que or active in this app? #784
Replies: 2 comments
-
It's a library, and as such has no visuals. Third party projects may implement user interfaces for it (this is mentioned in a FAQ entry). As for item 2, there is unfortunately no sophisticated method for this. APScheduler 3.x has |
Beta Was this translation helpful? Give feedback.
-
@agronholm thank you for the reply. What would be the output of or getting a list of jobs that it currently has by date or score?
What would that do if you get what I mean? |
Beta Was this translation helpful? Give feedback.
-
I think the apscheduler app might solve issues for three projects I have right now, and I was looking for screenshots or images of what you see when it runs.
I couldn't find any images after reviewing past discussions so here is a sample image of when conda updates within pycharm I get this txt update page which helps.
That got me wondering if apscheduler is headless is this an app that I can get a list of tasks_in_que, tasks_in_processcan and tasks_completed or perhaps tasks_not_completed?
I'm willing to submit PR to improve code if these options are available or help create them if not available but they are in line with your current issues or build goals.
Could add a basic dashboard or create something even better than has a little decision in intelligence to communicate back to me that tasks were completed like Github workflows does.
Beta Was this translation helpful? Give feedback.
All reactions