I have a message which triggers an upload of files. Since these files can be quite large the process may take some time. During this long interval of time the same message is posted to the server causing an endless loop of trying to upload these very large files. Any suggestions in regards to de-duping so only one of these messages is being processed at once?
I have a message which triggers an upload of files. Since these files can be quite large the process may take some time. During this long interval of time the same message is posted to the server causing an endless loop of trying to upload these very large files. Any suggestions in regards to de-duping so only one of these messages is being processed at once?