kbaseattic / assembly

An extensible framework for genome assembly.
MIT License
12 stars 14 forks source link

lock job_list before data transfer #277

Closed levinas closed 9 years ago

levinas commented 9 years ago

This is the equivalent of your pull (https://github.com/kbase/assembly/pull/276). I put some codes in functions.

  1. The data down load code is protected by try so the lock release is never missed.
  2. The lock acquire and release are not too far from each other.
  3. Removed some hardcoded rabbitMQ addresses.