michaelwjoyner opened a new issue #1442:
URL: https://github.com/apache/camel-k/issues/1442
```
import org.apache.camel.builder.RouteBuilder;
public class Basic extends RouteBuilder {
@Override
public void configure() throws Exception {
from("timer:java?period=180000&fixedRate=true")
.setHeader("example").constant("python")
.setBody().simple("Fred flinstone rocks!!! ${header.example}.")
.to("log:info");
}
}
```
The above job is not building, it works fine for **period=5000** Please let
me know if I can attach my log from the operator.
```
integration "basic" created
Progress: integration "basic" in phase Initialization
IntegrationPlatformAvailable for Integration basic: camel-k
Progress: integration "basic" in phase Building Kit
Integration basic in phase Initialization
No DeploymentAvailable for Integration basic: controller strategy: cron-job
No IntegrationKitAvailable for Integration basic: creating a new integration
kit
Integration basic in phase Building Kit
Integration basic dependent resource kit-bqob141jlfefk721mnqg (Integration
Kit) changed phase to Build Submitted
Integration basic dependent resource kit-bqob141jlfefk721mnqg (Build)
changed phase to Scheduling
Integration basic dependent resource kit-bqob141jlfefk721mnqg (Integration
Kit) changed phase to Build Running
Integration basic dependent resource kit-bqob141jlfefk721mnqg (Build)
changed phase to Initialization
Integration basic dependent resource kit-bqob141jlfefk721mnqg (Build)
changed phase to Scheduling
Integration basic dependent resource kit-bqob141jlfefk721mnqg (Build)
changed phase to Initialization
Integration basic dependent resource kit-bqob141jlfefk721mnqg (Build)
changed phase to Scheduling
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]