- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 82 for tracks (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/exec/CrawlerTest.java
// Create a mock crawlingInfoHelper that tracks status updates final Map<String, String> statusMap = new HashMap<>(); CrawlingInfoHelper testCrawlingInfoHelper = new CrawlingInfoHelper() { private final Map<String, String> infoMap = new HashMap<>(); @Override public void store(String sessionId, boolean running) { // Track the final status if (!running) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 30.8K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Cache.kt
* may cause corruption or runtime errors if not. It may however be shared amongst multiple OkHttpClient * instances. * * ## Cache Optimization * * To measure cache effectiveness, this class tracks three statistics: * * * **[Request Count:][requestCount]** the number of HTTP requests issued since this cache was * created. * * **[Network Count:][networkCount]** the number of those requests that required network use.
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Mar 20 09:13:37 GMT 2026 - 26.9K bytes - Click Count (0) -
android/guava/src/com/google/common/util/concurrent/CycleDetectingLockFactory.java
} /** * A {@code LockGraphNode} associated with each lock instance keeps track of the directed edges in * the lock acquisition graph. */ private static final class LockGraphNode { /** * The map tracking the locks that are known to be acquired before this lock, each associated * with an example stack trace. Locks are weakly keyed to allow proper garbage collection whenCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 36K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.34.md
- `resourceclaim_controller_creates_total` count metric with labels `admin_access` (true or false), `status` (failure or success) to track the total number of `ResourceClaims` creation requests
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Mar 19 03:19:43 GMT 2026 - 368.7K bytes - Click Count (2) -
CHANGELOG/CHANGELOG-1.36.md
- Adds alpha metrics `apiserver_peer_proxy_errors_total` and `apiserver_peer_discovery_sync_errors_total` to apiserver to track errors encountered in peer proxying and peer discovery ([#137065](https://github.com/kubernetes/kubernetes/pull/137065), [@richabanker](https://github.com/richabanker)) [SIG API Machinery]
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Mar 19 23:38:00 GMT 2026 - 142.1K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.35.md
- Fixed an issue in the Windows kube-proxy (winkernel) where IPv4 and IPv6 Service load balancers could be incorrectly shared, causing broken dual-stack Service behavior. The kube-proxy now tracks load balancers per IP family, enabling correct support for PreferDualStack and RequireDualStack Services on Windows nodes. ([#136373](https://github.com/kubernetes/kubernetes/pull/136373), [@princepereira](https://github.com/princepereira)) [SIG Network...
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Mar 19 03:20:49 GMT 2026 - 265.9K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.33.md
- `kubeproxy_conntrack_reconciler_deleted_entries_total` metric can be used to track cumulative sum of conntrack flows cleared by reconciler. ([#130204](https://github.com/kubernetes/kubernetes/pull/130204), [@aroradaman](https://github.com/aroradaman))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Mar 19 03:17:58 GMT 2026 - 369K bytes - Click Count (0) -
docs/en/docs/management-tasks.md
Here are the general instructions for the tasks you can perform. Thanks a lot for your help. ๐ ## Be Nice First of all, be nice. ๐ You probably are super nice if you were added to the team, but it's worth mentioning it. ๐ค ### When Things are Difficult
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Mar 23 13:59:26 GMT 2026 - 10.7K bytes - Click Count (0) -
docs/es/docs/tutorial/background-tasks.md
# Tareas en Segundo Plano { #background-tasks } Puedes definir tareas en segundo plano para que se ejecuten *despuรฉs* de devolver un response. Esto es รบtil para operaciones que necesitan ocurrir despuรฉs de un request, pero para las que el cliente realmente no necesita esperar a que la operaciรณn termine antes de recibir el response. Esto incluye, por ejemplo: * Notificaciones por email enviadas despuรฉs de realizar una acciรณn:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 5K bytes - Click Count (0) -
docs/ko/docs/tutorial/background-tasks.md
# ๋ฐฑ๊ทธ๋ผ์ด๋ ์์ { #background-tasks } FastAPI์์๋ ์๋ต์ ๋ฐํํ *ํ์* ์คํํ ๋ฐฑ๊ทธ๋ผ์ด๋ ์์ ์ ์ ์ํ ์ ์์ต๋๋ค. ๋ฐฑ๊ทธ๋ผ์ด๋ ์์ ์ ์์ฒญ ํ์ ๋ฐ์ํด์ผ ํ์ง๋ง, ํด๋ผ์ด์ธํธ๊ฐ ์๋ต์ ๋ฐ๊ธฐ ์ ์ ์์ ์ด ์๋ฃ๋ ๋๊น์ง ๊ธฐ๋ค๋ฆด ํ์๊ฐ ์๋ ์์ ์ ์ ์ฉํฉ๋๋ค. ์๋ฅผ ๋ค๋ฉด ๋ค์๊ณผ ๊ฐ์ต๋๋ค. * ์์ ์ ์ํํ ํ ์ ์ก๋๋ ์ด๋ฉ์ผ ์๋ฆผ: * ์ด๋ฉ์ผ ์๋ฒ์ ์ฐ๊ฒฐํ๊ณ ์ด๋ฉ์ผ์ ์ ์กํ๋ ๊ฒ์ (๋ช ์ด ์ ๋) "๋๋ฆฐ" ๊ฒฝํฅ์ด ์์ผ๋ฏ๋ก, ์๋ต์ ์ฆ์ ๋ฐํํ๊ณ ์ด๋ฉ์ผ ์๋ฆผ์ ๋ฐฑ๊ทธ๋ผ์ด๋์์ ์ ์กํ ์ ์์ต๋๋ค. * ๋ฐ์ดํฐ ์ฒ๋ฆฌ: * ์๋ฅผ ๋ค์ด ์ฒ๋ฆฌ์ ์ค๋ ์๊ฐ์ด ๊ฑธ๋ฆฌ๋ ํ๋ก์ธ์ค๋ฅผ ๊ฑฐ์ณ์ผ ํ๋ ํ์ผ์ ๋ฐ์๋ค๋ฉด, "Accepted"(HTTP 202) ์๋ต์ ๋ฐํํ๊ณ ๋ฐฑ๊ทธ๋ผ์ด๋์์ ํ์ผ์ ์ฒ๋ฆฌํ ์ ์์ต๋๋ค.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 5.2K bytes - Click Count (0)