We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85f8fbe + ac74e1d commit ba3d2a6Copy full SHA for ba3d2a6
common-util/src/main/java/org/sunbird/common/models/util/ActorOperations.java
@@ -76,6 +76,7 @@ public enum ActorOperations {
76
REMOVE_USER_ORG_ES("removeUserOrgES"),
77
UPDATE_USER_ROLES_ES("updateUserRoles"),
78
SYNC("sync"),
79
+ BACKGROUND_SYNC("backgroundSync"),
80
INSERT_USR_COURSES_INFO_ELASTIC("insertUserCoursesInfoToElastic"),
81
UPDATE_USR_COURSES_INFO_ELASTIC("updateUserCoursesInfoToElastic"),
82
SCHEDULE_BULK_UPLOAD("scheduleBulkUpload"),
0 commit comments