-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Durchdachtes Logging in Server & SDK #128
Comments
@tumidi falls du noch Punkte hinzufügen möchtest |
|
Zur Zeit werden bekannte Fehler im Worker nicht in die Konsole des Servers geloggt. Das macht das debuggen der Pakete aber schwerer. Ich musste dafür hier diese Zeile einfügen:
Ich denke das wird sowieso überarbeitet, ich wollte das nur hier festhalten, damit es nicht vergessen wird. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
_StderrBuffer
) nur im SDK ausgeben. (Im Server dann opt-in.)Limits 'WorkerResourceLimits(max_memory=209715200, max_cpu_time_seconds_per_call=10)' were given, but thread-based workers don't support resource limits
reduzieren, z.B. einmaliges Logging beim Start oder Limits nicht oder nur für SubprocessWorker hardcoden.The text was updated successfully, but these errors were encountered: