How to identify process is in frozen state in python
I am running python file on server on every mid night, Sometime its go into Frozen status. This is happens after 5 or 6 days?
Python script not take much memory or load during running, its takes 4 hrs if 120 documents for publish.
Following Steps:
- Run Python script custom.py
- After 1 hrs again run same python script when there is No same script in running.
If script is previous script is still in system then same script will not terminate.
But is process which running script goes into Froze or Zombie state, then next time script will not run because pervasion script still in system.