You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2024. It is now read-only.
So I created a function, and I call it with sync. However the program completely blocks and won't move past that call. The call finishes and it just sits.
Once I remove sync then it moves forward.
I am trying to call this function which in turn calls 20 or so https requests, and database connections. When they all finish I want to close the database connection (it is persistent until closed (elastic search)). However it never reaches the client.close() and thus the process never ends.
Ideas?
The text was updated successfully, but these errors were encountered:
So I created a function, and I call it with sync. However the program completely blocks and won't move past that call. The call finishes and it just sits.
Once I remove sync then it moves forward.
I am trying to call this function which in turn calls 20 or so https requests, and database connections. When they all finish I want to close the database connection (it is persistent until closed (elastic search)). However it never reaches the client.close() and thus the process never ends.
Ideas?
The text was updated successfully, but these errors were encountered: