All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.transferwise.tasks.handler.interfaces.StuckDetectionSource Maven / Gradle / Ivy

There is a newer version: 1.43.0
Show newest version
package com.transferwise.tasks.handler.interfaces;

public enum StuckDetectionSource {
  /**
   * We found `PROCESSING` tasks with the same `processing_client_id` as our `node-id` configuration.
   */
  SAME_NODE_STARTUP,
  /**
   * The normal cluster wide stuck tasks detector.
   */
  CLUSTER_WIDE_STUCK_TASKS_DETECTOR
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy