发布

  • [OPIK-2769] [BE] Fix RQ timestamp format to use microsecond precision (#4442)

    frostbyte_neo 发布于 2025-12-15 13:14:39 +00:00

    Java's Instant.toString() produces nanosecond precision (9 digits),
    but Python RQ's strptime %f only supports microseconds (6 digits).

    This fix truncates timestamps to microsecond precision before
    formatting them for RQ, ensuring compatibility with Python workers.

    下载附件