This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- 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
-
- 17 Oct, 2012 1 commit
-
-
Leo Gordon authored
moved special-job-reset and special-job-reclaim into the same call, removed the unnecessary fetch in between
-
- 16 Oct, 2012 1 commit
-
-
Leo Gordon authored
-
- 13 Oct, 2012 1 commit
-
-
Leo Gordon authored
-
- 12 Oct, 2012 1 commit
-
-
Leo Gordon authored
-
- 10 Oct, 2012 1 commit
-
-
Leo Gordon authored
-
- 08 Oct, 2012 1 commit
-
-
Leo Gordon authored
removed the input_id functionality from runWorker as both redundant (standaloneJob) and probably not working
-
- 05 Oct, 2012 2 commits
-
-
Leo Gordon authored
cause_of_death="" no longer used for decision making, cause_of_death IS NULL by default and FATALITY renamed UNKNOWN for clarity
-
Leo Gordon authored
-
- 04 Oct, 2012 1 commit
-
-
Leo Gordon authored
introduced semaphored_job_count, renamed unclaimed_job_count-->ready_job_count, changed reporting, fixed hive_capacity=0
-
- 03 Oct, 2012 2 commits
-
-
Leo Gordon authored
-
Leo Gordon authored
-
- 26 Sep, 2012 3 commits
-
-
Leo Gordon authored
switched Queen to become descendent of Hive::DBSQL::ObjectAdaptor and removed _generic_fetch from it
-
Leo Gordon authored
-
Leo Gordon authored
-
- 25 Sep, 2012 3 commits
-
-
Leo Gordon authored
-
Leo Gordon authored
Dropped 'BLOCKED' job status and introduced 'SEMAPHORED' status that is maintained in sync with semaphore_counts; less confusing and more efficient (with new 3-part index)
-
Leo Gordon authored
record each Workers log_dir in the database; simplified the log_dir code and renamed cmdline options accordingly
-
- 21 Sep, 2012 1 commit
-
-
Leo Gordon authored
-
- 20 Sep, 2012 1 commit
-
-
Leo Gordon authored
-