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
The scheduler will hang and the process stay active even when there's an issue with configuration such as this:
File "/home/jambyr/code/gitlab/remote-science/pyremotenode/pyremotenode/tasks/iridium.py", line 57, in __init__
raise ModemConnectionException("Wrong type of modem connection: {}".format(self.modem.__class__.__name__))
pyremotenode.comms.base.ModemConnectionException: Wrong type of modem connection: ModemConnection
The text was updated successfully, but these errors were encountered:
The scheduler will hang and the process stay active even when there's an issue with configuration such as this:
The text was updated successfully, but these errors were encountered: