-
Notifications
You must be signed in to change notification settings - Fork 5
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
Unable to upload large number of subjects because of token expiration #40
Comments
To unblock implementation team for now, have advised them to logout/login to webapp just before upload and chunk the upload into batches of 1000 subjects. The upload roughly taking 25 mins for 500 subjects. Will need to discuss long term solution. |
Issue was that the token for the user who triggered the upload was being used for calls from rules-server back to avni-server to fetch rules ( |
env: prod
username: sachink@cini_uat
Issue:
Technical details:
In rules-server, we make use of "upload-user" username and its password in getUploadUserToken(), to fetch token, that is to be used to invoke Avni APIs like "/upload" or "/upload/media", etc.. looks like some issue with token refreshing.
Refer attached file for error stack trace: ErrorStackTrace.txt
Link of the error file
The text was updated successfully, but these errors were encountered: