Class ProjectSyncScheduledTaskConfig


  • @Profile({"prod","sync","dev"})
    @Configuration
    public class ProjectSyncScheduledTaskConfig
    extends java.lang.Object
    Scheduled task configuration for synchronizing projects from other IRIDA installations
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void syncProject()
      Find projects which must be synchronized from remote sites
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProjectSyncScheduledTaskConfig

        public ProjectSyncScheduledTaskConfig()
    • Method Detail

      • syncProject

        @Scheduled(initialDelay=300000L,
                   fixedDelay=300000L)
        public void syncProject()
        Find projects which must be synchronized from remote sites