doc from beezy #17

Open
opened 2024-09-04 18:01:54 +00:00 by zramsay · 0 comments
Member

i had to add
PYTHONUNBUFFERED=1
as a default env variable to the deployer, the main_logger was blocking causing tracebacks(too much verbosity every 5 secs) and its not written to avoid blocking , in case anyone sees BlockingIOError exceptions in their deployer logs that will force flushing of stderr/out no buffering.

i had to add `PYTHONUNBUFFERED=1` as a default env variable to the deployer, the main_logger was blocking causing tracebacks(too much verbosity every 5 secs) and its not written to avoid blocking , in case anyone sees BlockingIOError exceptions in their deployer logs that will force flushing of stderr/out no buffering.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/webapp-deployment-status-api#17
No description provided.