mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 18:35:11 +00:00
Improve Pixelfed resource configuration and translate waiting message
- Updated Pixelfed worker and application CPU/RAM limits - Added Redis memory reservation and limit - Added pids_limit for worker - Translated script message from German to English - Reference: https://chatgpt.com/share/69295cad-0398-800f-9604-953c2f5a833b
This commit is contained in:
@@ -130,7 +130,7 @@ if __name__ == "__main__":
|
||||
if has_healthcheck(container):
|
||||
status = get_health_status(container)
|
||||
while status != 'healthy':
|
||||
print(f"Warte auf Container {container}, Status '{status}'...")
|
||||
print(f"Wait for Container {container}, Status '{status}'...")
|
||||
time.sleep(1)
|
||||
status = get_health_status(container)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user