MAX_INCIDENTS = 10000 # Maximum number of incidents to retrieve in one request, based on Python-Pagerduty SDK limits. BATCH_SIZE = 100 # Maximum number of incidents to update in one batch request.