This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- 26 Mar, 2014 1 commit
-
-
Leo Gordon authored
-
- 13 Mar, 2014 3 commits
-
-
Leo Gordon authored
computational part of sync() moved into AnalysisStats::recalculate_from_job_counts and can be run separately
-
Leo Gordon authored
no need to update only the status here, as we are going to update the whole AnalysisStats object very soon.
-
Leo Gordon authored
-
- 10 Mar, 2014 2 commits
-
-
Leo Gordon authored
-
Leo Gordon authored
-
- 10 Feb, 2014 1 commit
-
-
Leo Gordon authored
-
- 07 Feb, 2014 1 commit
-
-
Leo Gordon authored
Switched to our internal implementation of throw() via Carp::confess. It is also available to Runnables as $self->throw( $msg );
-
- 06 Feb, 2014 1 commit
-
-
Leo Gordon authored
-
- 24 Jan, 2014 2 commits
-
-
Leo Gordon authored
-
Leo Gordon authored
-
- 08 Jan, 2014 2 commits
-
-
Leo Gordon authored
Individual Worker's specialization is now routed through Scheduler's main subroutine, to enforce more checks
-
Leo Gordon authored
-
- 19 Dec, 2013 1 commit
-
-
Leo Gordon authored
-
- 09 Dec, 2013 1 commit
-
-
Leo Gordon authored
-
- 25 Nov, 2013 3 commits
-
-
Leo Gordon authored
schema_change: detect and register RELOCATED events that used to mess up things on LSF 9.0 ("job rescheduled" in LSF parlance)
-
Leo Gordon authored
be more careful with fetch_overdue_workers (Use 5sec threshold to avoid checking recently active Workers. Do not use it at all when performing -all_dead.)
-
Leo Gordon authored
bugfix: last_check_in should only be updated by register_worker_death if the Worker is burying itself
-
- 19 Nov, 2013 1 commit
-
-
Leo Gordon authored
-
- 12 Jun, 2013 1 commit
-
-
Leo Gordon authored
Has one known limitation (always INSERTs instead of INSERT_IGNORE and REPLACE) and may contain other bugs.
-
- 05 Jun, 2013 1 commit
-
-
Leo Gordon authored
-
- 28 May, 2013 2 commits
-
-
Leo Gordon authored
finally implemented LSF's version of count_running_workers() and a Valley aggregator for all visible meadows
-
Leo Gordon authored
(currently they repeat a cycle of "wait t=1 sec, refresh stats" n=5 times, maybe both of these parameters could be tuned better in future)
-
- 23 May, 2013 1 commit
-
-
Leo Gordon authored
-
- 22 Mar, 2013 1 commit
-
-
Leo Gordon authored
Back to num_required_workers' meaning "how many extra workers we need to add to this analysis"; fixing a scheduling bug/oversensitivity to manual change of batch_size
-
- 27 Feb, 2013 1 commit
-
-
Leo Gordon authored
-
- 04 Jan, 2013 2 commits
-
-
Leo Gordon authored
-
Leo Gordon authored
-
- 17 Dec, 2012 1 commit
-
-
Leo Gordon authored
fixed a bug in computing num_required_workers according to the new rules (thanks Matthieu for reporting)
-
- 05 Dec, 2012 1 commit
-
-
Leo Gordon authored
-
- 01 Dec, 2012 1 commit
-
-
Leo Gordon authored
-
- 30 Nov, 2012 1 commit
-
-
Leo Gordon authored
changed the meaning of 'num_required_workers' to "total estimated number of workers needed for this analysis" ( 'num_running_workers' is now included in it )
-
- 28 Nov, 2012 2 commits
-
-
Leo Gordon authored
change of default behaviour: hive_capacity is now off by default (=NULL); setting hive_capacity=0 or analysis_capacity=0 stops scheduling AND specialization to a particular analysis
-
Leo Gordon authored
removed the "compile_module_once" option as the only way to compile modules now is once after specialization
-
- 23 Nov, 2012 2 commits
-
-
Leo Gordon authored
Introduced a new 'NO_ROLE' cause_of_death for failures during specialization (not so much of an error, really!)
-
Leo Gordon authored
bugfix: avoid specializing in an otherwise BLOCKED analysis that is temporarily in SYNCHING state (thanks to Kathryn for reporting)
-
- 21 Nov, 2012 2 commits
-
-
Leo Gordon authored
(multi-meadow scheduler) restrict the set of analyses that a worker with a given meadow_type can specialize into
-
Leo Gordon authored
-
- 20 Nov, 2012 2 commits
-
-
Leo Gordon authored
Added API and schema support for analysis_base.meadow_type / Analysis->meadow_type(), which will be NULL/undef by default
-
Leo Gordon authored
-