Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
autotest
/
5649cff32e9d9cfb5f686b6b4fa08a81f640b553
/
scheduler
/
monitor_db_cleanup.py
5649cff
Trunce django_session table instead of cleanning it up.
by Scott Zawalski
· 12 years ago
e0493a4
Merge remote branch 'cros/upstream' into tempbranch
by Eric Li
· 14 years ago
675bfe7
Change email of hosts without platforms to a warning in the logs. We don't do anything about this and it is just extra spam for us at this point in time.
by jamesren
· 15 years ago
be030fb
In periodic reverificaiton, use schedule_special_task() instead of straight object creation. This is the right path to use for creating tasks -- it include duplication avoidance and automatic owner tagging.
by showard
· 15 years ago
64a9595
When using Django models from a script, make the current user default to an actual database user named "autotest_system". This allows for simpler, more consistent code.
by showard
· 15 years ago
8dbd05a
Implement periodic reverification of dead hosts, configurable in global_config. Implemented as part of the periodic cleanup, so the frequency of reverification is bounded by the periodic cleanup interval. I felt this would be acceptable and putting this in the existing cleanup class makes things more nicely organized.
by showard
· 15 years ago
eab66ce
Rename the tables in the databases, by prefixing the app name. This is
by showard
· 15 years ago
7ca9e01
Remove the synch_job_start_timeout_minutes scheduler "feature" as it is
by showard
· 15 years ago
dabf6cf
It is okay for hosts to have multiple atomic group labels so long as all
by showard
· 15 years ago
1ef218d
This is the result of a batch reindent.py across our tree.
by mbligh
· 15 years ago
6157c63
Make the scheduler robust to finding a HostQueueEntry with more than one
by showard
· 15 years ago
01a5167
Have the scheduler check for and sometimes cleanup various DB inconsistencies.
by showard
· 15 years ago
12f3e32
Add job maximum runtime, a new per-job timeout that counts time since the job actually started.
by showard
· 15 years ago
915958d
Fix monitor_db_unittest, broken by previous change to refactor cleanup code. Two main things here:
by showard
· 16 years ago
f3294cc
Move clean up functions into seperate file/classes
by mbligh
· 16 years ago