-
**Is your feature request related to a problem? Please describe**.
We currently have a single Container App running in Azure. We noticed that the application would randomly be gracefully stopped …
-
# Summary
Create Core HA manifest with several repo-server replicas.
# Motivation
Paraphrasing @alexmt
> Without the API server and the UI the only HA components are the repo-server and re…
-
With 2 workers, they both get restarted instantly, almost every time.
With 3 workers, they sometimes get all restarted at once.
I used load balancing tool `siege`, with a 3 worker cluster, doing…
-
### Graceful worker restart
Can we run a workload where workers are calling close_gracefully every minute? Can we successfully shift data from the dying to the living?
Let's try transforming a …
-
**Describe the bug**
How to gracefully know whether reconnection is successful and resubscribed?
**To Reproduce**
:one: Based on the `paho_c_sub.c` example, I removed all `finished = 1;` stat…
-
**Is your feature request related to a problem? Please describe.**
When histories are large, a worker restart invalidates all the cached histories. This leads to increased latency for all the workflo…
-
In register_death, the scheduler key is set to expire in 60s:
```
p.expire(self.scheduler_key, 60)
```
In a production application where the scheduler must gracefully handle restarts, this becomes p…
-
Some applications need to be restarted, for example, to reload the configuration. For various reasons they do not/cannot implement a signal-based graceful reload of configuration.
In containerized …
-
When PDP server is tested in spring.profiles.active=dev mode, the database is filled with test rules, referring to test IdP's and SP's but in this mode changes do not persists server restarts.
Once ch…
-
# Description
I want to support dynamic loading of configuration files.
# Describe the feature you'd like to request
I would like to provide a mechanism that can dynamically update the configurat…