Dispatcharr/scripts
None 4f41c287ac Fix Redis flush and wait_for_redis in modular mode
- Move modular Redis wait from uWSGI exec-pre to entrypoint (exec-pre runs under 'su -' which strips Docker env vars, so DISPATCHARR_ENV and REDIS_HOST were never available)
- Selective flush in modular mode: clears stale app state (stream locks, proxy metadata) while preserving Celery broker/result keys
- AIO mode unchanged: full flushdb via uWSGI exec-pre
- Update unit tests for both flush paths
2026-03-06 15:17:32 -06:00
..
bump_version.py Initialize CI and release workflows; add version bumping scripts 2025-04-10 11:25:24 -05:00
debug_wrapper.py Fixes remote debugging. 2025-05-14 19:11:12 -05:00
increment_build.py Initialize CI and release workflows; add version bumping scripts 2025-04-10 11:25:24 -05:00
standalone_debug.py Remote debugging initial commit. 2025-03-27 09:49:51 -05:00
update_changelog.py Add update_changelog script and integrate it into release workflow 2025-12-02 12:14:50 -06:00
wait_for_redis.py Fix Redis flush and wait_for_redis in modular mode 2026-03-06 15:17:32 -06:00