mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-13 11:52:45 +02:00
This is a feature that allows to fetch the app status via a celery task which stores the result in the Redis database and notifies the API of the change. The API sends a notification to connected clients via the SSE mechanism. Using a background task allows to avoid crashing the whole API if the script call fails. The by default the cache is refreshed every 30 minutes. This can be changed by setting the `BAPI_APP_STATUS_UPDATE_INTERVAL_MIN` environment variable. refs #123 |
||
|---|---|---|
| .. | ||
| fake_blitz_scripts | ||
| bitcoin_regtest.conf | ||
| install-prometheus.sh | ||
| remote_debugging.sh | ||
| sync_to_blitz.sh | ||
| test_env.nu | ||
| uninstall-prometheus.sh | ||