Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git. Pull mirroring updated .
  1. Aug 06, 2004
  2. Aug 04, 2004
  3. Aug 03, 2004
  4. Aug 02, 2004
  5. Jul 29, 2004
  6. Jul 27, 2004
  7. Jul 21, 2004
  8. Jul 16, 2004
  9. Jul 15, 2004
  10. Jul 14, 2004
  11. Jul 13, 2004
  12. Jul 09, 2004
    • Jessica Severin's avatar
      changed Queen->create_new_worker method to use rearrange formating. · 54927cb4
      Jessica Severin authored
      Also added functionality so that runWorker can be run without
      specification of an analysis.  The create_new_worker method now will
      query for a 'needed worker' analysis from the AnalysisStats adaptor when
      the analysis_id is undef.  This simplifies the API interface between the
      Queen and the beekeepers.  Now the beekeeper only needs to receive a count
      of workers.  The workers can still be run with explicit analyses for
      testing or situations where one wants to manually control the processing.
      Now one can simply do
      bsub -JW[1-100] runWorker -url mysql://ensadmin:<pass>@ecs2:3361/compara_hive_jess_23
      to create 100 workers which will become whatever analysis that needs to be done.
      54927cb4
    • Jessica Severin's avatar
      a bit of cleanup · b2bcfd6f
      Jessica Severin authored
      b2bcfd6f
    • Jessica Severin's avatar
      added limit option to fetch_by_needed_workers method and new · b2513329
      Jessica Severin authored
      decrement_needed_workers method. These are used by the Queen to pick an
      analysis for a newly created worker when one wasn't specified
      b2513329
    • Jessica Severin's avatar
      updated overview documentation comments · 3edc0cbe
      Jessica Severin authored
      3edc0cbe