bartongroup / slivka

http://bartongroup.github.io/slivka/
Apache License 2.0
7 stars 3 forks source link

The address of the SlivkaQueueRunner should be passed as constructor argument. #82

Closed warownia1 closed 3 years ago

warownia1 commented 4 years ago

Having global configuration for SlivkaQueue makes it impossible to use more than one instance at the time. Although, using more than one local queue might me completely unnecessary.

warownia1 commented 3 years ago

Using runner instances instead of classes should be preferred as it is much cleaner. However, it conflicts with current batch status checking feature.

warownia1 commented 3 years ago

Currently the model shifted towards runner instances instead of classes. The upcoming update which extracts Runner's functionality into an interface (issue #99) should address this issue as well