1. 42cae63 [autotest] Replace email alerts from scheduler cleanup with metrics by Prathmesh Prabhu · 7 years ago
  2. 0f261de [autotest] [atomic] Remove atomic groups from scheduler by Allen Li · 8 years ago
  3. 5e2efb7 [autotest] Use the metrics_mock object in case chromite is not set up. by Dan Shi · 8 years ago
  4. c29b4c7 autotest: delete some email alerts; replace some with monarch metrics by Aviv Keshet · 8 years ago
  5. 598671c [autotest] remove autotest_stats from monitor_db_cleanup by Shuqian Zhao · 8 years ago
  6. f2c9ac9 autotest: add stats around db cleanup time by Aviv Keshet · 8 years ago
  7. 0a1bb17 [autotest] Optimize query to abort timed out tests in monitor_db_cleanup by Dan Shi · 8 years ago
  8. 3762c6b [autotest] Optimize query in monitor_db_cleanup by Dan Shi · 8 years ago
  9. 55d5899 [autotest] Queue calls in drone after drone refresh. by Dan Shi · 9 years ago
  10. 4ecb004 [autotest] Disable lxc_cleanup task to avoid scheduler crash. by Dan Shi · 9 years ago
  11. c458f66 [autotest] Add lxc_cleanup to TwentyFourHourUpkeep of the scheduler. by Dan Shi · 9 years ago
  12. b715ea4 Revert "[autotest] Teach the scheduler to recover stuck hosts" by Fang Deng · 10 years ago
  13. a6c0d25 [autotest] Teach the scheduler to recover stuck hosts by Fang Deng · 10 years ago
  14. 1e1c41b graphite: Separate out configuration from the statsd classes. by Gabe Black · 10 years ago
  15. ac189f3 [autotest] Remove indirection in scheduler config. by Alex Miller · 10 years ago
  16. da8c60a [autotest] Migrate graphite directory to client/common_lib/cros by Michael Liang · 10 years ago
  17. 742b81d [autotest] move django.sessions cleanup from 24 hours to 5 mins. by Simran Basi · 10 years ago
  18. 4ec9867 [autotest] Split host acquisition and job scheduling II. by Prashanth B · 10 years ago
  19. 04be2bd Autotest: Change logging.warn() to logging.warning(). by Ilja H. Friedel · 10 years ago
  20. 372613d [autotest] Sanity check host assignments. by Prashanth B · 10 years ago
  21. 7e60574 Autotest: Update RPC, Scheduler and AFE to use timeout_mins. by Simran Basi · 11 years ago
  22. ee63291 [autotest] Add timers to scheduler cleanup. by Alex Miller · 11 years ago
  23. 3421702 Autotest: Increase run timeout granularity by Simran Basi · 12 years ago
  24. a8a0d75 Revert "Autotest: Increase run timeout granularity" by Scott Zawalski · 12 years ago
  25. daffa57 Autotest: Increase run timeout granularity by Simran Basi · 12 years ago
  26. 1c5b057 Autotest: Have the scheduler fix active and complete queue entries. by Simran Basi · 12 years ago
  27. 5649cff Trunce django_session table instead of cleanning it up. by Scott Zawalski · 12 years ago
  28. e0493a4 Merge remote branch 'cros/upstream' into tempbranch by Eric Li · 14 years ago
  29. 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
  30. 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
  31. 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
  32. 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
  33. eab66ce Rename the tables in the databases, by prefixing the app name. This is by showard · 15 years ago
  34. 7ca9e01 Remove the synch_job_start_timeout_minutes scheduler "feature" as it is by showard · 15 years ago
  35. dabf6cf It is okay for hosts to have multiple atomic group labels so long as all by showard · 15 years ago
  36. 1ef218d This is the result of a batch reindent.py across our tree. by mbligh · 15 years ago
  37. 6157c63 Make the scheduler robust to finding a HostQueueEntry with more than one by showard · 15 years ago
  38. 01a5167 Have the scheduler check for and sometimes cleanup various DB inconsistencies. by showard · 15 years ago
  39. 12f3e32 Add job maximum runtime, a new per-job timeout that counts time since the job actually started. by showard · 15 years ago
  40. 915958d Fix monitor_db_unittest, broken by previous change to refactor cleanup code. Two main things here: by showard · 15 years ago
  41. f3294cc Move clean up functions into seperate file/classes by mbligh · 16 years ago