mozilla / jira-bugzilla-integration

Jira Bugzilla Integration (JBI) - system to sync bugs and issues
Mozilla Public License 2.0
8 stars 22 forks source link

`Failed to parse events for bug XYZ`: offset-naive and offset-aware datetimes error #956

Closed leplatrem closed 2 months ago

leplatrem commented 2 months ago
{
error: "TypeError("can't compare offset-naive and offset-aware datetimes")"
msg: "failed to parse events for bug 1881525."
traceback: "Uncaught exception:
  File "/app/jbi/retry.py", line 44, in retry_failed
    if item.timestamp < min_event_timestamp:
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<class 'TypeError'>
TypeError("can't compare offset-naive and offset-aware datetimes")
"
}