-
|
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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
This was a bug. The suppression of duplicate exception messages was too broad. PR #375 will fix this. |
Beta Was this translation helpful? Give feedback.
This was a bug. The suppression of duplicate exception messages was too broad. PR #375 will fix this.