The processGithubEvents task was previously configured with a 300-second maximum duration, which could cause long-running processing jobs to fail prematurely. Removing maxDuration from the task definition allows the processing of GitHub events to complete without strictly timing out. This ensures large batches of events or slower operations don't get interrupted going forward.

Removed the maximum duration limit for processing GitHub events - nom-social/nom