lburgazzoli commented on issue #3576:
URL: https://github.com/apache/camel-k/issues/3576#issuecomment-1227153108

   The issue with the cron trait for this particular case is that the camel 
context is stopped after the first exchange completes, however if an 
aggregation policy is defined, then the cron would kill the pod before the 
aggregator completes.
   
   We should probably enhance the [shutdown 
strategy](https://github.com/apache/camel-k-runtime/blob/main/camel-k-cron/impl/src/main/java/org/apache/camel/k/cron/CronSourceLoaderInterceptor.java#L111-L136)
 to handle this case 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to