feat(sync): Refactor Akte sync status handling and remove deprecated event step
This commit is contained in:
@@ -32,8 +32,8 @@ PROCESSING_ADVO_KEY = "advoware:processing_aktennummern"
|
||||
DEBOUNCE_SECS = 10
|
||||
BATCH_SIZE = 5 # max items to process per cron tick
|
||||
|
||||
VALID_ADVOWARE_STATUSES = frozenset({'import', 'neu', 'new', 'aktiv', 'active'})
|
||||
VALID_AI_STATUSES = frozenset({'new', 'neu', 'aktiv', 'active'})
|
||||
VALID_ADVOWARE_STATUSES = frozenset({'import', 'new', 'active'})
|
||||
VALID_AI_STATUSES = frozenset({'new', 'active'})
|
||||
|
||||
|
||||
async def handler(input_data: None, ctx: FlowContext) -> None:
|
||||
|
||||
Reference in New Issue
Block a user