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
TypeError: argument of type 'NoneType' is not iterable
File "galaxy/jobs/runners/pulsar.py", line 670, in finish_job
failed = pulsar_finish_job(**finish_args)
failure finishing job 70581269
The text was updated successfully, but these errors were encountered:
The job is still running on the pulsar side, but it's been stopped (either by the user or the walltime). This means we get https://github.com/galaxyproject/pulsar/blob/master/pulsar/manager_endpoint_util.py#L30 and lack the output contents.
It's probably OK to kill the remote job if it is still running, then get the real full status.
Sentry Issue: USEGALAXY-EU-MAIN-NJ4
The text was updated successfully, but these errors were encountered: