Daniel Salazar
Daniel Salazar
Thank you. Result of status route: { "name": "Zou", "version": "0.20.72", "database-up": true, "key-value-store-up": true, "event-stream-up": true, "job-queue-up": false, "indexer-up": true } I didn't see anything printing in the console
Hi, I have gone thru the instructions: 1. I got `/opt/zou/event_handlers` with permissions for user zou:zou 2. My `/opt/zou/event_handlers/kitsu_handler.py` looks like this: ``` from flask import current_app def handle_event(data): current_app.logger.info("Event...
Clicked on it a bunch of times and only see:
Hi, I did that this morning (and yet again right now): { "name": "Zou", "version": "0.20.73", "database-up": true, "key-value-store-up": true, "event-stream-up": true, "job-queue-up": false, "indexer-up": false } Kitsu is at...
Last lines of gunicorn_error.log ``` [2025-09-18 08:19:21 +0000] [42458] [INFO] Starting gunicorn 23.0.0 [2025-09-18 08:19:21 +0000] [42458] [INFO] Listening at: http://127.0.0.1:5000 (42458) [2025-09-18 08:19:21 +0000] [42458] [INFO] Using worker: gevent...
Yes edit page
Hi, Any update on this? Thank you