Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

retention purge job don't run #6683

@4nd3r

Description

@4nd3r

Steps to reproduce

  • set retention: enabled: true in homeserver config
  • restart synapse
  • send event m.room.retention with content { "max_lifetime": 86400000 }
  • select * from room_retention confirms that message retention is configured for room
  • wait 24 hours and bit more
    "interval": self.parse_duration("1d"),
  • messages older than 86400000 ms still in the room (even after clear cache and reload)

Version information

  • Homeserver: private
  • Version: 1.8.0
  • Install method: virtual env & pip
  • Platform: debian 9 with postgresql 9.6

Metadata

Metadata

Assignees

Labels

z-bug(Deprecated Label)z-p2(Deprecated Label)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions