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