Skip to content
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

Not working after updating pycall to 1.5.2 #182

Open
yamapi-t opened this issue Jun 6, 2024 · 1 comment
Open

Not working after updating pycall to 1.5.2 #182

yamapi-t opened this issue Jun 6, 2024 · 1 comment

Comments

@yamapi-t
Copy link

yamapi-t commented Jun 6, 2024

I use snowflake connector through Pycall in Rails application.
Throwing queries asynchronously to Snowflake and then retrieving the status of the queries.

After updating pycall to 1.5.2, the screen froze when retrieving the status of the query.
However, looking at the logs, it appears that the retrieving of the query status completes successfully, and even the subsequent rendering of the view completes successfully.

Fixed Pycall version to 1.5.1 and did a bundle update and confirmed that it works correctly.
On the other hand, when I did a bundle update pycall, it didn't work properly.

No particular errors in the logs, even if they do not work properly.

What could be the cause?

Versions:

  • ruby: 3.1.2
  • rails: 7.0.8.1
@mscrivo
Copy link

mscrivo commented Jul 5, 2024

we also saw hanging after updating to 1.5.2 using pycall in the context of ruby-spacy gem. We had to revert as well. Haven't had time to dig into what was happening.

These were all single threaded workers that just froze up and stopped processing anything, but without any errors or hints as to why.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants