Skip to content

Inconsistent cache interval for Guild Lookup #670

@shakkurcwb

Description

@shakkurcwb

Hey there.

I noticed some discrepancies I consider worth investigation to confirm the root-cause.

When look-up for world player online and comparing with previous-minute players online, I am able to detect who level up or level down (inference). Same applies to specific guilds look-up.

The concern I have is that while detecting world events (e.g. level up), I noticed the guild look-up endpoint returns the same event with a delay of, at least, 11.5 minutes, and at most, 16.3833 minutes. I would like to confirm if there is a issue with caching (according to docs), or in fact the caching/sync time might be higher than the expected 2 min threshold.

Please let me know and thanks for you usual support.

world-event:
9177 Terribra Junim Sacana player_level_down {"level_before":596,"level_after":595,"vocation":"Elite Knight"} 2026-06-06 00:19:34 2026-06-06 00:19:34

guild event:
389 Terribra Terribra Pune Junim Sacana player_level_down {"level_before":596,"level_after":595,"vocation":"Elite Knight"} 2026-06-06 00:35:57 2026-06-06 00:35:57

OBS: confirmed no backlog on the processing side - event got effectively detected at the presented timestamp.
Fetch all worlds ~40s, fetch selected guilds (15 guilds) ~8s.
Each process respect given guidelines stipulated by caching policy - no evidence of longer than 60s threshold.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions