Skip to content

Conversation

@verbotenj
Copy link
Contributor

  • Implement error aggregation in pipeline stop operations
  • Add proper goroutine lifecycle management with sync primitives
  • Prevent pipeline restart after stop using channel state
  • Run error handling in background to maintain server operation
  • Add non-blocking channel operations to prevent deadlocks
  • Continus Adder running on multiple pipeline errors until SIGTERM or SIGINT received

@verbotenj verbotenj requested a review from a team as a code owner September 25, 2025 02:58
- Implement error aggregation in pipeline stop operations
- Add proper goroutine lifecycle management with sync primitives
- Prevent pipeline restart after stop using channel state
- Run error handling in background to maintain server operation
- Add non-blocking channel operations to prevent deadlocks
- Continus Adder running on multiple pipeline errors until SIGTERM or SIGINT received

Signed-off-by: Ales Verbic <[email protected]>
@verbotenj verbotenj force-pushed the fix/potential-concurrency-issues branch from 9d6938d to c9667b2 Compare September 25, 2025 03:02
for idx, filter := range p.filters {
if err := filter.Start(); err != nil {
return fmt.Errorf("failed to start input: %w", err)
return fmt.Errorf("failed to start filter: %w", err)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😅

@verbotenj verbotenj merged commit 823ef4a into main Sep 25, 2025
10 checks passed
@verbotenj verbotenj deleted the fix/potential-concurrency-issues branch September 25, 2025 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants