8b081e2868
In order to get a quick overview over successful/failed harvesters, a call to harvest_source_list with return_last_job_status=true can be used to get this information. By default return_last_job_status is False, and hence the extra resources to grab this information is not wasted for every call, but only if the client requests is explicitly. The original 'status' field stays as-is, this PR introduces a new field called 'last_job_status' to return this information. The returned information is gather by a call to harvest_source_status_show. |
||
---|---|---|
.. | ||
harvest | ||
__init__.py |