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

support for cloud client #23

Closed
mmistroni opened this issue Sep 22, 2021 · 2 comments
Closed

support for cloud client #23

mmistroni opened this issue Sep 22, 2021 · 2 comments

Comments

@mmistroni
Copy link

Hello
Not really an issue, but does fmpsdk client supports being invoked from cloud clients, with multiple requests in parallel?
Currently, running on cloud using requests API results in exception when multiple call are being done in parallel
Not sure if the issue is mine, or FMPREP , so i was wondering if i would move to use the fmprep sdk, the parallel calls will be handled correctly?
kind regards

@daxm
Copy link
Owner

daxm commented Sep 22, 2021

The fmpsdk is just a Python "wrapper" for the FMC API. So, fmpsdk can be used basically the same way you'd do any API call. My goal was just to provide an easier way to write Python scripts that want data from FMP's API.
My guess is that you are hitting the query limits on the API side. Are you using their free account tier? If so, maybe reach out to FMP and see if you can get the ability to have the query limit lifted. (I don't work with, nor am associated with, FMP. I just wanted a Python SDK for their API so I wrote this!)
All that said, if you are proficient with parallel program writing and can see a way to improve fmpsdk I'm more than willing to merge it in!

@daxm daxm closed this as completed Sep 22, 2021
@mmistroni
Copy link
Author

Brilliant, thanks a lot and well done for your wrapper

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