Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle in-progress events without deadlocking (#63)
When in-progress messages are sent to the eventStream channel, lifecycle-manager deadlocks, since there are no eventStream receivers running in a separate goroutine. Instead of sending the in-progress messages to the eventStream channel, we can process them immediately as we process SQS-driven events, avoiding the deadlock. Resolves #62
- Loading branch information