1. 7718256 Have the scheduler wait a configurable amount of time before starting by showard · 15 years ago
  2. 5613c66 Add an option to global config to disable to the scheduler isn't accidentally started on drones. by showard · 15 years ago
  3. 12f3e32 Add job maximum runtime, a new per-job timeout that counts time since the job actually started. by showard · 15 years ago
  4. a1e74b3 Add job option for whether or not to parse failed repair results as part of a job, with a default value in global_config. Since the number of options associated with a job is getting out of hand, I packaged them up into a dict in the RPC entry point and passed them around that way from then on. by showard · 15 years ago
  5. 324bf81 by showard · 16 years ago
  6. 170873e Attached is a very large patch that adds support for running a by showard · 16 years ago
  7. 37eceaa Add entries to the config file to control which server is used rather by mbligh · 16 years ago
  8. c85c21b * allow scheduler email "from" address to be specified in global config by showard · 16 years ago
  9. 9886397 Add job start timeout for synchronous jobs. This timeout applies to synchronous jobs that are holding a public pool machine (i.e. in the Everyone ACL) as "Pending". This includes a new global config option, scheduler code to enforce the timeout and a unit test. by showard · 16 years ago
  10. b0900da Set the default passwords to something that more clearly indicates that by jadmanski · 16 years ago
  11. 542e840 Added email_list field to front end. On job completion emails on this by showard · 16 years ago
  12. ce12f55 Attached is a large patch for a powerful and flexible new graphing system for new TKO. This system subsumes all the previous kernel graphing scripts under the tko/ directory and is capable of much more. These wiki pages document usage of the new system and give an idea of what it's capable of: by showard · 16 years ago
  13. 1a573ca Allow a different host for readonly connections. by showard · 16 years ago
  14. 970a6db Rate limit the final parse of the scheduler. If more than 100 or so run at a time, it will bring mysql to its knees (for no good reason...all actions are on different jobs). by showard · 16 years ago
  15. 8200564 Leave the readonly credentials as the default credentials in global_config, since otherwise some stuff (i.e. query_results) won't work when shadow_config is inaccessible. by showard · 16 years ago
  16. dfc0d2a Change default to repair anything we can by mbligh · 16 years ago
  17. b024fb1 Rename host protection category "Filesystem only" to "Repair filesystem only". by mbligh · 16 years ago
  18. 09096d8 -added readonly_connection.py, which opens a second DB connection using readonly credentials found in the global config by showard · 16 years ago
  19. df06256 Adding protection levels to hosts. Allows the user to specify how much by showard · 16 years ago
  20. 3bb499f Adding a timeout field to the "Create Job" tab, modified the create_job by showard · 16 years ago
  21. 1a7fe6e Remove the throttling of file copies over ssh as the performance cost by jadmanski · 16 years ago
  22. b060633 Risk: Low by jadmanski · 16 years ago
  23. 55c7f33 isk: Medium Visibility: Low, affects global config by jadmanski · 16 years ago
  24. ec11316 -make scheduler monitor number of running tasks and keep it limited to some maximum, set in global config by showard · 16 years ago
  25. 65acae5 Insert a retry delay for DB reconnects in db.py, and make sure we by mbligh · 16 years ago
  26. c13a3b8 add default notify for scheduler section to global config by mbligh · 16 years ago
  27. aeabe3b Fix up correct example passwords in config.ini files by mbligh · 16 years ago
  28. 104e9ce This fixes some issues with global_config relating to the fact by mbligh · 16 years ago
  29. b090f14 more on global config by mbligh · 16 years ago
  30. ed4d6dd glocal_config patch by mbligh · 16 years ago