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

SurveyManager.create() takes > 6 min to run #2229

Open
Wouter-van-Adrichem opened this issue Feb 27, 2025 · 0 comments
Open

SurveyManager.create() takes > 6 min to run #2229

Wouter-van-Adrichem opened this issue Feb 27, 2025 · 0 comments
Labels

Comments

@Wouter-van-Adrichem
Copy link

The method survey123.SurveyManager.create() takes > 6 min to run. The issue is in the self._gis.content.folders.get() method. We have >500 folders and it does an API call for every folder. A possible fix would be to return a list with all folders with one API call. So that I can select the folder from this list.

I have made a workaround by rewriting survey123.SurveyManager.create() myself, in which I avoid to use folders.get().

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

No branches or pull requests

1 participant