Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
autotest
/
b10ba5f8b37741b47f9bd8b871f1a795aeee588b
/
scheduler
/
monitor_db_babysitter
77edf61
Autotest: Release webserver port for new monitor_db process.
by Simran Basi
· 12 years ago
74a314b
Upstream Autotest merge.
by Dale Curtis
· 13 years ago
138785a
Add a site_monitor_db_babysitter module. If found, it will use its
by jamesren
· 15 years ago
8de3713
Renamed process_is_alive to program_is_alive.
by showard
· 15 years ago
549afad
Added pid file checks to monitor_db and monitor_db_babysitter, so that
by showard
· 15 years ago
1ae7308
svn propset svn:executable on scheduler/monitor_db_babysitter
by mbligh
· 15 years ago
043c62a
Ensure all entry points get the import-time logging logic executed before other autotest imports.
by showard
· 15 years ago
136e6dc
Make scheduler and babysitter use the new logging_manager system.
by showard
· 15 years ago
701f626
Add information collecting method so we can see what state the system was in when
by showard
· 16 years ago
50e463b
Add a check for AUTOTEST_SCHEDULER_LOG_DIR
by showard
· 16 years ago
c9895aa
Move monitor_db_babysitter to using utils.run to start monitor_db with environment variable for monitor_db's logs.
by mbligh
· 16 years ago
fb67603
Add write_pid to common code Call write_pid from scheduler and babysitter
by mbligh
· 16 years ago
b18134f
As discussed on the mailing list, we implemented logging with a single
by showard
· 16 years ago
6adf837
Fail quickly if we are accidentally started as root
by mbligh
· 16 years ago
d876f45
gps pointed out that "== and != work in most cases but its better to use is
by mbligh
· 16 years ago
c0e24fb
A script for automatically restarting the scheduler when it dies or becomes unresponsive. This script will start a monitor_db.py instance and watch its logs. If monitor_db stalls for an amount of time defined in the top of the file (2 hours in this case), the babysitter will kick it. Also, if the process dies, the babysitter will restart it.
by mbligh
· 16 years ago