You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This prevents us from removing the implementation from the extension. We might consider creating a CachingDrone instead, but there might also be other options available that jobs could be handled transparently.
This issue is related to #21 as the extension of a job also requires subclassing while some of the base methods still need to be copied.
The text was updated successfully, but these errors were encountered:
Currently the
Drone
is nearly a one-to-one copy of theDrone
(nowWorkernode
) in the core LAPIS package. There are some subtle differences including:sitename
,connection
, andempty
lapis.caching/lapis/drone.py
Lines 25 to 30 in 8f4f614
run
shutdown
_run_job
lapis.caching/lapis/drone.py
Lines 87 to 94 in 8f4f614
lapis.caching/lapis/drone.py
Lines 124 to 131 in 8f4f614
lapis.caching/lapis/drone.py
Lines 163 to 170 in 8f4f614
allocation
andutilisation
lapis.caching/lapis/drone.py
Lines 104 to 109 in 8f4f614
This prevents us from removing the implementation from the extension. We might consider creating a
CachingDrone
instead, but there might also be other options available that jobs could be handled transparently.This issue is related to #21 as the extension of a job also requires subclassing while some of the base methods still need to be copied.
The text was updated successfully, but these errors were encountered: