chunker does not discover already uploaded chunks and therefore does not help in case of connection issues.
I try to upload a 6 GB file, and when something goes wrong rclone cancels any progress it had, even if there were any chunks successfully uploaded before that. It then tries to upload all the same chunks again and again. Lucky if it actually gets the job done, but it wastes tons of time and traffic in the process.
Any chance this gets attention and eventually gets improved?
Yes, developers may assume there are too few users affected. But just think about this: a user will not be able to upload a big file at all, no matter how small the chunk size they choose. With this amount of supported remotes, there is no way to be sure they all work fine and not disconnect randomly.
Think about why rclone must remove what it uploaded successfully, and upload again.
I don't tnink it is difficult to make rclone create temporary file somewhere to understand which chunks for current file were uploaded successfully to avoid removing them from the remote and uploading again.