Gunicorn fractal
| CLASS | DESCRIPTION |
|---|---|
FractalWorker |
Subclass of uvicorn workers, which also captures SIGABRT and handles |
Classes¶
FractalWorker
¶
Bases: UvicornWorker
Subclass of uvicorn workers, which also captures SIGABRT and handles
it within the custom_handle_abort method.
| METHOD | DESCRIPTION |
|---|---|
custom_handle_abort |
Custom version of |
Source code in fractal_server/gunicorn_fractal.py
Methods:¶
custom_handle_abort(sig, frame)
¶
Custom version of gunicorn.workers.base.Worker.handle_abort,
transforming SIGABRT into SIGTERM.