abhishek-ram / django-pyas2

AS2 file transfer Server built on Python and Django.
https://django-pyas2.readthedocs.io
GNU General Public License v3.0
78 stars 31 forks source link

On outgoing message, when async MDN is expected and not received, message is set to error without any retry #46

Closed chadgates closed 3 years ago

chadgates commented 3 years ago

Current management command option -async-mdns will set the outgoing message to "Error" when no MDN was received on initial submission.

MAX_RETRIES settings are ignored. Suggest to change to set to "R" (retry) and only set to error after MAX_RETRIES has been hit.

abhishek-ram commented 3 years ago

Yes makes sense