Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for midnight (0.09 sec)

  1. .teamcity/src/main/kotlin/promotion/PublishNightlySnapshot.kt

                val triggerHour = branch.determineNightlyPromotionTriggerHour() ?: return@triggers
                // for master/release branch, we trigger them on midnight (with pending change only, i.e. if there is no change, don't rigger it)
                // for old release branches, we trigger them on midnight if there is change, or unconditionally on weekends
                when {
                    branch.isMaster || branch.isRelease ->
                        schedule {
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Mon Dec 29 08:57:18 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/Constants.java

        /** Default cron expression for general scheduling (daily at midnight). */
        public static final String DEFAULT_CRON_EXPRESSION = "0 0 * * *";
    
        /** Default cron expression for search log processing (every minute). */
        public static final String DEFAULT_SEARCH_LOG_CRON_EXPRESSION = "* * * * *";
    
        /** Default cron expression for daily tasks (daily at midnight). */
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 35.2K bytes
    - Viewed (0)
Back to top