|
Hi, I'm using a mechanism for retrying failed activities via signals similar to the one suggested in this previous discussion and after updating from version 1.0.69 to 1.0.70 I noticed that exceptions were not being saved on I believe this new behavior is linked with changes to the Exception class in Pull Request #348. |
Answered by
rmcdaniel
Apr 4, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was a bug. The suppression of duplicate exception messages was too broad. PR #375 will fix this.