We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8362d09 commit 2dda95fCopy full SHA for 2dda95f
1 file changed
lib/dl_core/dl_core/reporting/notifications.py
@@ -66,6 +66,10 @@ class CacheInvalidationQueryFailedNotification(BaseNotification):
66
_message = "Failed to get cache invalidation payload, cached data may be outdated"
67
_level = NotificationLevel.warning
68
69
+ @property
70
+ def locator(self) -> str:
71
+ return f"{self.type.value}__{int(time.time())}"
72
+
73
74
def get_notification_record(
75
notification_type: NotificationType, **kwargs: Any
0 commit comments