Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cron Trait - Should use max idle seconds to auto terminate instead of max messages #2439

Closed
davsclaus opened this issue Jun 24, 2021 · 1 comment

Comments

@davsclaus
Copy link
Contributor

See chat
https://camel.zulipchat.com/#narrow/stream/257299-camel-k/topic/Cron.20and.20duration.20max.20messages

pkg/trait/cron.go: e.ApplicationProperties["camel.main.duration-max-messages"] = "1"

Should be

pkg/trait/cron.go: e.ApplicationProperties["camel.main.duration-max-idle-seconds"] = "5"

@github-actions
Copy link
Contributor

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant