TruncateGamesFromPlaylists

This jobs finds smart_playlists that have the truncation settings set and removes all entries that match the set truncation settings.

Example:

Smart_playlist:
  - truncation_time_number: 1
  - truncation_time_period: weeks

  - entries:
    - puzzle_a:
      - inserted_at: 1 day ago
    - puzzle_b:
      - inserted_at: 1 week ago
    - puzzle_c:
      - inserted_at: 8 days ago

Once this job runs, it will remove puzzle_b and puzzle_c from the entries.

Last Updated: 4/30/2020, 4:29:12 PM