Uploaded image for project: '[Read Only] - Hippo Repository'
  1. [Read Only] - Hippo Repository
  2. REPO-2221

RepositoryJobSimpleTrigger is not working as described

    XMLWordPrintable

Details

    Description

      Scheduling RepositoryJobSimpleTrigger is not working as documented.

          /**
           * Create a trigger that will occur once at <code>startTime</code>.
           *
           * @param name  the name of the trigger
           * @param startTime  when the trigger must occur
           */
          public RepositoryJobSimpleTrigger(final String name, final Date startTime) {
              this(name, startTime, 0, -1);
          }
      
      

      "once" in above case is pretty much every 10 seconds. Either documentation or our implementation is wrong.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mmilicevic Marijan Milicevic
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: