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
Earl should be updated to use .list() after this is fixed and we should look to see if we're using Jobs.list() and see if we're really expecting exes somewhere.
The text was updated successfully, but these errors were encountered:
Jobs.list
shouldn't return executions:https://github.com/terascope/teraslice/blob/v0.43.0/packages/teraslice-client-js/lib/jobs.js#L30-L33
and the
jobs()
method should be removed:https://github.com/terascope/teraslice/blob/v0.43.0/packages/teraslice-client-js/lib/jobs.js#L35-L38
Earl should be updated to use
.list()
after this is fixed and we should look to see if we're usingJobs.list()
and see if we're really expecting exes somewhere.The text was updated successfully, but these errors were encountered: