Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git. Pull mirroring updated .
  1. May 22, 2007
  2. Mar 07, 2007
  3. Feb 01, 2007
  4. Nov 16, 2006
  5. Oct 12, 2006
  6. Sep 29, 2006
  7. Sep 04, 2006
  8. Jun 12, 2006
  9. Jun 08, 2006
  10. May 05, 2006
  11. Mar 22, 2006
  12. Mar 17, 2006
  13. Mar 15, 2006
  14. Mar 14, 2006
  15. Mar 06, 2006
  16. Feb 27, 2006
  17. Feb 03, 2006
  18. Dec 15, 2005
  19. 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
  20. Nov 15, 2005
  21. Nov 07, 2005
  22. Nov 04, 2005
  23. Nov 02, 2005
  24. Oct 25, 2005
  25. Oct 14, 2005
  26. Oct 13, 2005
  27. Oct 01, 2005