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

com.qwlabs.tq.models.TaskQueuePriorities Maven / Gradle / Ivy

package com.qwlabs.tq.models;

public final class TaskQueuePriorities {
    public static final Integer PROCESSING_TIMEOUT = 60;
    public static final Integer POSTPONED_TO_IDLE = 50;
    public static final Integer FAILED_TO_IDLE = 0;
    public static final Integer MAX = 100;
    public static final Integer NEW = 80;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy