This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- 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 4 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
-
Leo Gordon authored
-
Leo Gordon authored
-
- 16 Nov, 2012 2 commits
-
-
Leo Gordon authored
-
Leo Gordon authored
make Valley into Configurable and move SubmitWorkersMax into Valley's context, because it is more "global" than a Meadow
-
- 15 Nov, 2012 1 commit
-
-
Leo Gordon authored
-
- 13 Nov, 2012 1 commit
-
-
Leo Gordon authored
capture Worker's death message during the new 'SPECIALIZATION' status in job_message/msg (thanks, Thomas!)
-
- 09 Nov, 2012 1 commit
-
-
Leo Gordon authored
bugfix: make sure we release claimed jobs from a manually-run worker whose Runnable fails at compilation (thanks, Miguel!)
-
- 01 Nov, 2012 2 commits
-
-
Leo Gordon authored
bugfix: query in Q::fetch_all_dead_workers_with_jobs() has to reference worker table by its full name
-
Leo Gordon authored
-
- 31 Oct, 2012 1 commit
-
-
Leo Gordon authored
-
- 19 Oct, 2012 1 commit
-
-
Leo Gordon authored
merge reset_and_grab into one subroutine; pre-increment dependent semaphore if re-running a DONE job; use -force flag for force-running an individual job
-