I created a cloud sync task to upload .jpg files to S3. This task is programed to run once time at the day.
But when starts to run, the task freaze at any point of the progress sometimes at 1%, 5%, 3%, 25%, etc. Only just one time the task compleated at 100% succesfully. So I need to stop the task completed and run it again.
@Juan Hernández you can apply this hot-patch https://github.com/freenas/freenas/pull/5058/files (file is /usr/local/lib/python3.7/site-packages/middlewared/plugins/cloud_sync.py) and then run /usr/local/etc/rc.d/middlewared restart
Juan Hernández
July 7, 2020 at 10:05 PM
So, for now there is nothing to do?
Vladimir Vinogradenko
July 7, 2020 at 9:45 PM
@Juan Hernández thank you, this will be fixed in 11.3-U4
Hi,
I created a cloud sync task to upload .jpg files to S3. This task is programed to run once time at the day.
But when starts to run, the task freaze at any point of the progress sometimes at 1%, 5%, 3%, 25%, etc. Only just one time the task compleated at 100% succesfully. So I need to stop the task completed and run it again.
Any sugestion?