Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 27 for testParts (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. docs/en/docs/deployment/server-workers.md

    From the list of deployment concepts from above, using workers would mainly help with the **replication** part, and a little bit with the **restarts**, but you still need to take care of the others:
    
    * **Security - HTTPS**
    * **Running on startup**
    * ***Restarts***
    * Replication (the number of processes running)
    * **Memory**
    * **Previous steps before starting**
    
    ## Containers and Docker { #containers-and-docker }
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 8.2K bytes
    - Click Count (0)
  2. docs/en/docs/deployment/concepts.md

    * Docker in Swarm Mode
    * Systemd
    * Supervisor
    * Handled internally by a cloud provider as part of their services
    * Others...
    
    I'll give you more concrete examples in the next chapters.
    
    ## Restarts { #restarts }
    
    Similar to making sure your application is run on startup, you probably also want to make sure it is **restarted** after failures.
    
    ### We Make Mistakes { #we-make-mistakes }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 18.5K bytes
    - Click Count (1)
  3. docs/en/docs/deployment/docker.md

    ## Running on Startup and Restarts { #running-on-startup-and-restarts }
    
    There is normally another tool in charge of **starting and running** your container.
    
    It could be **Docker** directly, **Docker Compose**, **Kubernetes**, a **cloud service**, etc.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 28.3K bytes
    - Click Count (1)
  4. docs/features/caching.md

    The cache directory must be exclusively owned by a single instance.
    
    Deleting the cache when it is no longer needed can be done.  However this may delete the purpose of the cache
    which is designed to persist between app restarts.
    
    ```kotlin
    cache.delete()
    ```
    
    ## Pruning the Cache
    
    Pruning the entire Cache to clear space temporarily can be done using evictAll.
    
    ```kotlin
    cache.evictAll()
    ```
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Mar 15 09:01:42 GMT 2026
    - 3.1K bytes
    - Click Count (1)
  5. docs/en/docs/deployment/manually.md

    This is the basic idea. But you will probably want to take care of some additional things, like:
    
    * Security - HTTPS
    * Running on startup
    * Restarts
    * Replication (the number of processes running)
    * Memory
    * Previous steps before starting
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 6.7K bytes
    - Click Count (0)
  6. docs/tr/docs/deployment/concepts.md

    * Systemd
    * Supervisor
    * Bir cloud provider tarafından servislerinin parçası olarak içeride yönetilmesi
    * Diğerleri...
    
    Sonraki bölümlerde daha somut örnekler vereceğim.
    
    ## Yeniden Başlatmalar { #restarts }
    
    Uygulamanızın startup'ta çalıştığından emin olmaya benzer şekilde, hatalardan sonra **yeniden başlatıldığından** da emin olmak istersiniz.
    
    ### Hata Yaparız { #we-make-mistakes }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 19.2K bytes
    - Click Count (0)
  7. docs/ru/docs/deployment/concepts.md

    * Docker в режиме Swarm (Swarm Mode)
    * Systemd
    * Supervisor
    * Обработка внутри облачного провайдера как часть его услуг
    * Прочие...
    
    Более конкретные примеры будут в следующих главах.
    
    ## Перезапуски { #restarts }
    
    Подобно тому как вы обеспечиваете запуск приложения при старте, вы, вероятно, захотите обеспечить его **перезапуск** после сбоев.
    
    ### Мы ошибаемся { #we-make-mistakes }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 29.5K bytes
    - Click Count (0)
  8. docs/uk/docs/deployment/concepts.md

    - Docker у режимі Swarm
    - Systemd
    - Supervisor
    - Обробляється внутрішньо хмарним провайдером як частина їхніх сервісів
    - Інші...
    
    У наступних розділах я наведу більш конкретні приклади.
    
    ## Перезапуски { #restarts }
    
    Подібно до забезпечення запуску застосунку під час старту системи, ви, ймовірно, також захочете гарантувати його **перезапуск** після збоїв.
    
    ### Ми помиляємося { #we-make-mistakes }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 29.6K bytes
    - Click Count (0)
  9. docs/zh-hant/docs/deployment/concepts.md

    能做到這件事的工具包括:
    
    - Docker
    - Kubernetes
    - Docker Compose
    - Docker 的 Swarm 模式
    - Systemd
    - Supervisor
    - 由雲端供應商在其服務內部處理
    - 其他...
    
    我會在後續章節給出更具體的例子。
    
    ## 重新啟動 { #restarts }
    
    和確保你的應用在開機時會執行一樣,你大概也會希望在發生失敗之後,它能「自動重新啟動」。
    
    ### 人都會犯錯 { #we-make-mistakes }
    
    我們身為人,常常會犯錯。軟體幾乎總是有藏在各處的「臭蟲(bugs)」🐛
    
    而我們開發者會在發現這些 bug 後持續改進程式碼、實作新功能(也可能順便加進新的 bug 😅)。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 16.1K bytes
    - Click Count (0)
  10. docs/de/docs/deployment/concepts.md

    * Systemd
    * Supervisor
    * Es wird intern von einem Cloudanbieter im Rahmen seiner Dienste verwaltet
    * Andere ...
    
    In den nächsten Kapiteln werde ich Ihnen konkretere Beispiele geben.
    
    ## Neustart { #restarts }
    
    Ähnlich wie Sie sicherstellen möchten, dass Ihre Anwendung beim Hochfahren ausgeführt wird, möchten Sie wahrscheinlich auch sicherstellen, dass diese nach Fehlern **neu gestartet** wird.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 21.4K bytes
    - Click Count (0)
Back to Top