You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/06/06 07:24:35 UTC

[GitHub] [camel-k] mydeveloperplanet opened a new issue, #3335: Camel route terminates when route takes longer than 5 minutes

mydeveloperplanet opened a new issue, #3335:
URL: https://github.com/apache/camel-k/issues/3335

   In our project we had long running routes (at least longer than 5 minutes). When using Camel-K we noticed the following behaviour:
   * Create a route which takes longer than 5 minutes, e.g. set a delay in the route longer than 5 minutes
   * Start the route via a Rest call
   * The route will be terminated after 5 minutes
   
   We also tried to put the message on a seda queue after the Rest call, but then the route terminates immediately.
   
   For our project, we moved away from Camel-K because we had to deliver a working solution. I created this issue after a request in a [tweet](https://twitter.com/freaky_styley/status/1526924847393259521).


-- 
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-unsubscribe@camel.apache.org.apache.org

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


[GitHub] [camel-k] github-actions[bot] commented on issue #3335: Camel route terminates when route takes longer than 5 minutes

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #3335:
URL: https://github.com/apache/camel-k/issues/3335#issuecomment-1242572226

   This issue has been automatically marked as stale due to 90 days of inactivity. 
   It will be closed if no further activity occurs within 15 days.
   If you think that’s incorrect or the issue should never stale, please simply write any comment.
   Thanks for your contributions!


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] github-actions[bot] closed issue #3335: Camel route terminates when route takes longer than 5 minutes

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #3335: Camel route terminates when route takes longer than 5 minutes
URL: https://github.com/apache/camel-k/issues/3335


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] mydeveloperplanet commented on issue #3335: Camel route terminates when route takes longer than 5 minutes

Posted by GitBox <gi...@apache.org>.
mydeveloperplanet commented on issue #3335:
URL: https://github.com/apache/camel-k/issues/3335#issuecomment-1152869596

   We were using Camel-K 1.7.0, KNative 1.1.0. Kubernetes cluster was K3S.
   Knative serving was enabled as far as I can see.
   I understand the need for a reproducer, but the developers departed from Camel-K and are not eager to spend more time into it, I am sorry. But they did say that it can be easily reproduced by setting a delay of > 10 minutes in the route.


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] christophd commented on issue #3335: Camel route terminates when route takes longer than 5 minutes

Posted by GitBox <gi...@apache.org>.
christophd commented on issue #3335:
URL: https://github.com/apache/camel-k/issues/3335#issuecomment-1147230459

   A possible cause could be Knative serving shutting down the pod because of auto scale to zero due to inactivity on the REST endpoint.
   
   Did you have Knative serving enabled in your scenario? 
   
   We could verify this disabling auto scale functionality to see if this is the problem 


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] squakez commented on issue #3335: Camel route terminates when route takes longer than 5 minutes

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #3335:
URL: https://github.com/apache/camel-k/issues/3335#issuecomment-1147177204

   Thanks for reporting the issue. It looks quite strange indeed, we never experienced such a behavior. In order to see the exact problem in action, do you mind posting a reproducer? It would be enough to have the route and the way you're calling it. Also, please specify the camel k version, knative version and kubernetes cluster you're running. Thanks!


-- 
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-unsubscribe@camel.apache.org

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