- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for Schedule (0.04 sec)
-
android/guava/src/com/google/common/util/concurrent/Futures.java
Future<?> scheduled = executorService.schedule(task, delay, timeUnit); /* * Even when the user interrupts the task, we pass `false` to `cancel` so that we don't * interrupt a second time after the interruption performed by TrustedListenableFutureTask. */ task.addListener(() -> scheduled.cancel(false), directExecutor()); return task; } /**
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 64.3K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.user_agent=User Agent labels.web_crawling_button_create=Создать labels.web_crawling_button_create_job=Создать новое задание labels.crawler_configuration=Общая конфигурация labels.crawler_title_edit=Общая конфигурация labels.schedule=Расписание labels.enabled=Включено labels.day_for_cleanup=Удалить старые документы labels.day=дней labels.crawl_button_update=Обновить labels.none=Нет
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 55.8K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# Scheduler # ------ # Target name for the scheduler. scheduler.target.name= # Job class for the scheduler. scheduler.job.class=org.codelibs.fess.app.job.ScriptExecutorJob # Mode for concurrent execution in the scheduler. scheduler.concurrent.exec.mode=QUIT # Interval for scheduler monitoring. scheduler.monitor.interval=30
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.3.md
* Specifically the new controller watches the API server for scheduled pods. It processes each pod and ensures that any volumes that implement the volume Attacher interface are attached to the node their pod is scheduled to.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 84K bytes - Viewed (0) -
pom.xml
<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-fileupload2-jakarta-servlet6</artifactId> <version>${commons.fileupload.version}</version> </dependency> <!-- scheduler --> <dependency> <groupId>org.lastaflute.job</groupId> <artifactId>lasta-job</artifactId> <version>${lasta.job.version}</version> </dependency> <!-- mail --> <dependency>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Sep 04 05:22:58 UTC 2025 - 49.6K bytes - Viewed (0)