Class GitHubWebHookForceUpdate

java.lang.Object
io.meeds.gamification.github.scheduled.GitHubWebHookForceUpdate
All Implemented Interfaces:
org.quartz.Job

@DisallowConcurrentExecution public class GitHubWebHookForceUpdate extends Object implements org.quartz.Job
A service that will manage the periodic updating of github webhooks, ensuring that webhooks data remains current with external sources.
  • Constructor Details

    • GitHubWebHookForceUpdate

      public GitHubWebHookForceUpdate()
  • Method Details

    • execute

      public void execute(org.quartz.JobExecutionContext context)
      Specified by:
      execute in interface org.quartz.Job