Replies: 1 comment
-
@joffinjoy publishing an object is an asynchronous process using sunbird. The Process involves a publish api and a respective backend job. When publish api returns 200 response means it submitted a publish request to the backend job for further processing. In your case, publish api returning success response means the service is working fine but if the object status remains same as before invoking publish api, it indicates that some problem exist with backend job pipeline (in this case questionset-publish flink job). If you get into such situation, you can try below steps:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently we are having some issues with question/questionset publish API. Basically the apis are returning success response, but the status of the question/questionset remains as 'review'. This is happening on the dock-dev VDN portal too.
I can confirm that it was working fine until last Thursday and we haven't worked on KP since then. As such we believe this is an issue elsewhere. So what are the recommended steps to resolve issues like these? Should we be reporting this matter in some specific channel or to any specific person?
This particular issue has been a blocker for multiple teams of ours. We would like to know what can be done in future for issues like these.
Response from publish API:
cc: @aks30 @vijiurs
Beta Was this translation helpful? Give feedback.
All reactions