Uploaded image for project: 'Falcon'
  1. Falcon
  2. FALCON-1561

Add ability to set Retention coordinator frequency in Feed entity

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 0.8
    • None
    • feed
    • None

    Description

      Today, the frequency of Retention coordinator is set to 6 hours if feed frequency is in minutes or hours. It is set to 1 day if feed frequency is in days. In FeedRetentionCoordinatorBuilder,

      TimeUnit timeUnit = entity.getFrequency().getTimeUnit();
              if (timeUnit == TimeUnit.hours || timeUnit == TimeUnit.minutes) {
                  coord.setFrequency("${coord:hours(6)}");
              } else {
                  coord.setFrequency("${coord:days(1)}");
              }
      

      This frequency is good default, but should be configurable in feed entity.

      Attachments

        Activity

          People

            bvellanki Balu Vellanki
            bvellanki Balu Vellanki
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: