jamesrwhite / minicron

🕰️ Monitor your cron jobs
GNU General Public License v3.0
2.34k stars 154 forks source link

Could the minicron web interface show currently running jobs, as well as recent jobs #294

Open LaszloHont opened 7 years ago

LaszloHont commented 7 years ago

I had a buggy script that never exited. The minicron web interface showed one instance as running, but not the others. Could it show all non-finished scripts?

jamesrwhite commented 7 years ago

It should do this I believe, are you sure the other scripts were definitely running?

LaszloHont commented 7 years ago

I'm certain, I can see five minicron processes all with the same arguments, and also the forked processes with the same command. The web interface shows one yellow/running job instead of five.