Closed janedbal closed 7 months ago
Adjusted the formatting:
2023-01-24T18:05:25.801Z
works2023-01-24T18:05:25.801+00:00
does not workThis uses millisecond precision, not microsecond?
Yes, adjusted title. GitLab API returns datetimes with milliseconds, not micro. So that is probably the best precision we can use.
@GrahamCampbell any needed changes here?
ping
Thanks.
We are iteratively fetching new MRs via:
And there is more than 100 MR updated within a second. Current implementation causes the same MRs to be analysed again every time. But the API seems to support microsecond precision, so this should fix it.