2024-06-01T15:23:52.617148396Z
2024-06-01T15:23:58.513146401Z Traceback (most recent call last):
2024-06-01T15:23:58.513169151Z File "/src/rp_handler.py", line 19, in <module>
2024-06-01T15:23:58.513172031Z from src.schemas.list import LIST_SCHEMA
2024-06-01T15:23:58.513173851Z ModuleNotFoundError: No module named 'src'
... Restarts after.
Serverless bug? not sure, but my handler restarts everytime it got an error like this
On that error, my handler does restart and doesnt return an error as what i hoped for ( after an exception is raised )