-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Internal error: merge job timed out after xxx seconds #5831
Comments
We had the same issue, you can set 'merge_timeout' either in your .flowconfig or as a command line flag. That helped for us :-) |
@osmestad Thanks :) I'll try it! |
@bokuweb did setting a higher timeout fix the problem for you? I'm having the same issue. |
@osmestad Hi :). I increased timeout, but it did not solve it.. |
For me, I found out the problem was that flow was getting stuck inferring the type of an accumulator in a |
For us I suspect the types may have had a circular dependency, but I have not tried to reduce a test case of it (simplifying the code some seemed to help the speed, was only happening on the build server for us so painful to isolate). Looking at the Flow logs might also be useful, as that gives a bit more info than the console output :-) |
I've the same problem. Is there any profiling option that I can use to narrow area of issue. I've large project and it took 34 seconds before. Now it takes ~ 1500 seconds. |
I'm usually not a fan of "me too" posts, but well me too! Today the flow check stopped working for no apparent reason. I've already added type definitions to the recursive methods I've found but that didn't help. If I use |
The same error occurred at I don't know it's worth or not, server log of Flow like below.
|
Still causing at |
Still causing at 0.93 |
Reinstalling packages helped me in my case |
One workaround is to add the offending path/file to
You can also add |
There is not enough information to repro, and the issue is likely fixed a while ago. |
Internal error: merge job timed out after xxx seconds
error occurred. But other error looks correct.This error appears
v0.63.0~
, butv0.62.0
works fine in my project (I can not provide this project because it is private...). I can not know how to reproduce this error.Can I set merge timeout value to avoid timeout?
The text was updated successfully, but these errors were encountered: