|
|
@@ -23,7 +23,7 @@ axiosRetry(axios, { retries: 3 });
|
|
|
* 1. fetches QuestionnaireOrders from questionnaire server
|
|
|
* 2. updates QuestionnaireOrder collection to contain only the ones that exist in the fetched list and is not finished (doesn't have to be started)
|
|
|
* 3. changes QuestionnaireAnswerStatuses which are 'skipped' to 'not_answered'
|
|
|
- * 4. resend QuestionnaireAnswers & ProactiveQuestionnaireAnswers which failed to send before
|
|
|
+ * 4. resend QuestionnaireAnswers & ProactiveQuestionnaireAnswers which failed to reach questionnaire server
|
|
|
*/
|
|
|
class QuestionnaireCronService {
|
|
|
|