Skip to content

Commit

Permalink
CORE-17359: Add new schema for scheduled tasks for the flow mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHR3 committed Oct 2, 2023
1 parent c8bddf4 commit 458c420
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions data/topic-schema/src/main/java/net/corda/schema/Schemas.java
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,12 @@ private VirtualNode() {
public static final class ScheduledTask {
private ScheduledTask() {}

// TODO - duplicated to ease migration from first to second. First can be removed once integrated with runtime-os
public static final String SCHEDULED_TASK_DB_PROCESSOR = "scheduled.task.db.processor";
public static final String SCHEDULED_TASK_TOPIC_DB_PROCESSOR = "scheduled.task.db.processor";
public static final String SCHEDULED_TASK_NAME_DB_PROCESSOR = "deduplication-table-clean-up-task";
public static final String SCHEDULED_TASK_MAPPER_PROCESSOR = "scheduled.task.mapper.processor";
public static final String SCHEDULED_TASK_TOPIC_MAPPER_PROCESSOR = "scheduled.task.mapper.processor";
public static final String SCHEDULED_TASK_NAME_MAPPER_CLEANUP = "flow-mapper-state-cleanup";
public static final String SCHEDULED_TASK_TOPIC_FLOW_PROCESSOR = "scheduled.task.flow.processor";
public static final String SCHEDULED_TASK_NAME_SESSION_TIMEOUT = "flow-session-timout";
public static final String SCHEDULED_TASK_NAME_SESSION_TIMEOUT = "flow-session-timeout";

}
}

0 comments on commit 458c420

Please sign in to comment.