mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 09:40:10 +00:00
fix: add missing parameters ext method, fix SwitchDelete usage
This commit is contained in:
parent
10dd499835
commit
4e0c56f6cb
4 changed files with 11 additions and 2 deletions
|
|
@ -199,7 +199,7 @@
|
|||
depends_on.redis.condition = "process_healthy";
|
||||
depends_on.pluralkit-gateway.condition = "process_log_ready";
|
||||
# TODO: add liveness check
|
||||
ready_log_line = "Received Ready";
|
||||
ready_log_line = "Connected! All is good (probably).";
|
||||
availability.restart = "on_failure";
|
||||
availability.max_restarts = 3;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue