Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git. Pull mirroring updated .
  1. Dec 14, 2007
  2. Nov 16, 2007
  3. May 22, 2007
  4. Mar 07, 2007
  5. Feb 01, 2007
  6. Nov 16, 2006
  7. Oct 12, 2006
  8. Sep 29, 2006
  9. Sep 04, 2006
  10. Jun 12, 2006
  11. Jun 08, 2006
  12. May 05, 2006
  13. Mar 22, 2006
  14. Mar 17, 2006
  15. Mar 15, 2006
  16. Mar 14, 2006
  17. Mar 06, 2006
  18. Feb 27, 2006
  19. Feb 03, 2006
  20. Dec 15, 2005
  21. Nov 22, 2005
    • Jessica Severin's avatar
      removed a residual (pre autocalc of batchsize from runtime statistics) · bd83c1eb
      Jessica Severin authored
      design element in Worker::batch_size
      - old design: setting the batch_size for a worker changed the batch_size for
        all workers by updating the analysis_stats.batch_size of the corresponding
        analysis. Although this code was never triggered in the current system, it
        could have caused potential problems for future developers.
      Now setting the batch_size explicitly for a worker only effects the
      batch_size for that Worker instance. If it has not been set, the Worker pulls
      the batch_size from the analysis_stats record and optionally autocalcs from
      avg_msec_per_job if the batch_size<=0.
      bd83c1eb
  22. Nov 15, 2005
  23. Nov 07, 2005
  24. Nov 04, 2005
  25. Nov 02, 2005
  26. Oct 25, 2005
  27. Oct 14, 2005
  28. Oct 13, 2005
  29. Oct 01, 2005
    • Jessica Severin's avatar
      changed sleep time to allow floating point numbers · 8c33e6c6
      Jessica Severin authored
      added check to test if system is DONE and stop the beekeeper if there is
      nothing left to do.
      8c33e6c6
    • Jessica Severin's avatar
      Improved system for running specific jobs. System now properly runs · b3332a17
      Jessica Severin authored
      jobs that were created outside the database.  Also added ability to not
      write (doesn't execute write_output or dataflow jobs).  Improved logic so
      that if a job is specified, but something is wrong that the worker fails
      rather than reverting to autonomous behaviour mode.
      
      runWorker.pl now provides much better debugging capability through the
      use of the -logic_name, -input_id and -no_write combination.
      
      Fully tested by running a complete homology production test.
      b3332a17
    • Jessica Severin's avatar
      Improved system for running specific jobs. System now properly runs · f971d01f
      Jessica Severin authored
      jobs that were created outside the database.  Also added ability to not
      write (doesn't execute write_output or dataflow jobs).  Improved logic so
      that if a job is specified, but something is wrong that the worker fails
      rather than reverting to autonomous behaviour mode.
      Fully tested by running a complete homology production test.
      f971d01f