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
I got many running jobs on Nomad, the method should return all jobs in the scrapy namespace.
Look like no any jobs are retrieved and empty string is passed to complexjson.loads(self.text, **kwargs)
I'm using python-nomad 2.0.0
The text was updated successfully, but these errors were encountered:
Hello,
I got an Exception with the
Jobs.get_jobs
method.Here is the traceback:
I got many running jobs on Nomad, the method should return all jobs in the
scrapy
namespace.Look like no any jobs are retrieved and empty string is passed to
complexjson.loads(self.text, **kwargs)
I'm using python-nomad
2.0.0
The text was updated successfully, but these errors were encountered: