Nabeel Parkar
Nabeel Parkar
Could you give me a sample code I could run directly? I cannot seem to reproduce this issue but maybe I'm not doing the correct things to reproduce. A code...
No worries :) Don't let this discourage you from opening issues in the future. I'll close this issue now. Thanks for raising it anyways
There may be some documentation missing here. I'll label it as such
Based on @taeold's comment above, this is working as intended. I'll close this issue
@jhuleatt Could you provide a reproducible example so that I may test this further?
Hello @peterfriese. Unfortunately, I am not able to reproduce this issue. I tried the following code: ```python import requests from firebase_functions import https_fn, options from firebase_admin import initialize_app options.set_global_options(max_instances=10) initialize_app()...
@antont I am on an M1 mac, without the `OBJC_DISABLE_INITIALIZE_FORK_SAFETY` flag set
Hey @antont. I'm wondering if you can reproduce this using Node as well. Since I can't reproduce this myself, I am unable to confirm it
Hey @tomswinkels. Sorry for the late response. I'd like some more information about what caused this issue. Are you running a single long running query or multiple smaller queries?
Hey @maelp. Could you provide a code sample that reproduces this issue?