Brian Newman

Results 16 comments of Brian Newman

After further investigation, I have observed that the issue is not isolated to the Mantine React Table alone. I've discovered that this behavior also occurs in the React Table examples...

Over the past two weeks, we have consistently encountered similar issues. Our implementation primarily utilizes asynchronous code, and I've integrated retry mechanisms into all relevant functions for enhanced reliability. Our...

Update: After adding PREFECT_API_ENABLE_HTTP2 = False it is giving more errors on different pipelines. ``` Crash details: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/prefect/engine.py", line 2326, in report_task_run_crashes yield File...

Yes, since it happens randomly it is very hard to troubleshoot. Do you know if there is a way to get more detailed logging? Would it be helpful to jump...

No worries! We always updated to the latest Prefect version on deployment and deploy at least once a day. This flow we are seeing the most issues with went fully...

Unfortunately, no I do not. I am looking at migrating us from Pip to Poetry to help dependency management going forward. Thank you for your support!!!!!

**Update:** I was able to lower the number of times we see this error by caching the results of the function manually. (not a solution but it is allowing us...

@jakekaplan, That does look like the same stack trace we are seeing. Thank you!!

Hello, Here is another stack trace from the one this morning. Looking at this, it appears it is failing on pushing logs and states to Prefect Cloud. Would it be...

Hello, I wanted to update. I have removed all the Prefect Tasks and moved all the logic into one Prefect Flow. We are not seeing the issue now on that...