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
The current implementation of upload has three processes:
Create a post request request at /upload api.
Make a get request recursively on /upload/{id} untill the agents ununpack and adj2nest have complete their work it will return 503 that the unpacking has not been started.
When the 2nd step get completed then we have to schedule the analysis on the upload. This will decrease the user experience so we can have a single request which returns us a id immediately and in the backend it can put the upload in queue.
Shruti3004
changed the title
REST API: Created the single request for the upload and analysis #2046
REST API: Created the single request for the upload and analysis
Jul 24, 2021
Description
The current implementation of upload has three processes:
/upload
api./upload/{id}
untill the agentsununpack
andadj2nest
have complete their work it will return 503 that the unpacking has not been started.Screenshots
Refrence: fossology/FOSSologyUI#71
The text was updated successfully, but these errors were encountered: