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
Shell scripts can be submitted to the queuing system and a concurrent.futures.Future object is returned. It would be great to introduce the same abstraction layer for other queuing systems. As the storage interface for such a system is already available in #206 it should not be too complicated to implement.
The text was updated successfully, but these errors were encountered:
Currently they implement the following command:
Shell scripts can be submitted to the queuing system and a
concurrent.futures.Future
object is returned. It would be great to introduce the same abstraction layer for other queuing systems. As the storage interface for such a system is already available in #206 it should not be too complicated to implement.The text was updated successfully, but these errors were encountered: