Closed sumandari closed 1 year ago
Hi @sumandari,
Thank you for the bug report.
We are tracking this issue internally. I don't have a time estimate to share but I will make sure to keep you updated.
Hi @sumandari,
I appreciate your patience.
The error is likely caused by the use of multiprocessing which often isn't available on serverless platforms. I have just released a new version v0.2.0 which doesn't use multiprocessing anymore.
Could you upgrade to v0.2.0 and let me know if it solves your issue? 🙏
Thanks a lot for your help @curusarn
I will upgrade the version tomorrow or early next week and will let you know.
I have tested it on DO app platform and it works like a charm! Thanks, @curusarn! I will close this issue now
I'm using DO App platform for Flask and trying to integrate it with logtail handler. The code will run smoothly on my local server and send the message to logtail source. But if I deployed the code to DO app platform it will throw errors:
gunicorn run command:
app.py