Lines 1079-1092: The deduplication relies on identical ticket titles, but includes timestamp in description:
'timestamp': datetime.datetime.now().isoformat(), # This will differ!
If two nodes check within the same second, they create duplicate tickets because the API likely uses description hash too. Verify the API only checks title for duplicates, or remove timestamp from description for cluster-wide issues.
Lines 1079-1092: The deduplication relies on identical ticket titles, but includes timestamp in description:
'timestamp': datetime.datetime.now().isoformat(), # This will differ!
If two nodes check within the same second, they create duplicate tickets because the API likely uses description hash too. Verify the API only checks title for duplicates, or remove timestamp from description for cluster-wide issues.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Lines 1079-1092: The deduplication relies on identical ticket titles, but includes timestamp in description:
'timestamp': datetime.datetime.now().isoformat(), # This will differ!
If two nodes check within the same second, they create duplicate tickets because the API likely uses description hash too. Verify the API only checks title for duplicates, or remove timestamp from description for cluster-wide issues.