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 convert_and_store function calls download_submission with an argument offline=True, in turn calling convert_zip_archive which performs the conversion using hepdata-converter-ws-client, hepdata-converter-ws and hepdata-converter. However, the conversion is performed synchronously and large submissions can encounter a 5-minute server timeout. It would be better if the offline=True option was propagated to hepdata-converter-ws which would then run hepdata_converter.convert asynchronously as a Celery task, writing the output directly to the converted folder of the data directory.
The text was updated successfully, but these errors were encountered:
The
convert_and_store
function callsdownload_submission
with an argumentoffline=True
, in turn callingconvert_zip_archive
which performs the conversion usinghepdata-converter-ws-client
,hepdata-converter-ws
andhepdata-converter
. However, the conversion is performed synchronously and large submissions can encounter a 5-minute server timeout. It would be better if theoffline=True
option was propagated tohepdata-converter-ws
which would then runhepdata_converter.convert
asynchronously as a Celery task, writing the output directly to theconverted
folder of the data directory.The text was updated successfully, but these errors were encountered: