fix limit
This commit is contained in:
@@ -30,10 +30,11 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
|
||||
# f'SLOT#ORG#{org_id}',
|
||||
f'vacancies#{org_id}',
|
||||
order_id,
|
||||
)
|
||||
),
|
||||
limit=100,
|
||||
)
|
||||
|
||||
logger.info('Slots found', slots=result['items'])
|
||||
logger.info('Slots found', total_items=len(result['items']), slots=result['items'])
|
||||
|
||||
with enrollment_layer.batch_writer() as batch:
|
||||
for pair in result['items']:
|
||||
|
||||
Reference in New Issue
Block a user