jgarces-pd

Results 10 comments of jgarces-pd

> ```sql > delete from databasechangelog where id = '4.x-add-uuid-and-job-uuid'; > alter table execution drop column job_uuid; > ``` @carlosrfranco can you confirm that is `job_uuid` and not `uuid`? It...

@carlosrfranco by deleting the `job_uuid` can cause jobs to lose their UUID? I'm thinking in cases like jobs with job referenced by UUID.

reproduced using "ps aux|grep rundeck" as a command step, the notification doesn't have new line tags ![image](https://user-images.githubusercontent.com/74255967/99432722-4d0c2800-28eb-11eb-8f80-0dacb45d9d40.png)

the customer has resolved this issue using the `` tags instead of ``, not sure if it is a definitive solution since the issue is present in the default template.

> Not sure if this is covered or not? Passing Variables doc may help? it should be documented as a whole, how to configure it, which options are available, etc

most of these properties can be configured adding the **dataSource.** prefix, and some of them are specifically from each jdbc driver: http://tomee.apache.org/datasource-config.html Some of those configs like maxWaitTime and maxIddle...

hi @phsmith, Could you please confirm to us the resulting endpoint when you use `--rundeck.projects.executions`? We would like to perform some tests against this endpoint to determine if there is...

@phsmith I have tested all three endpoints, and all works fine: `/api/34/project//executions?recentFilter=5n&max=20` ```json { "paging": { "count": 1, "total": 1, "offset": 0, "max": 20 }, "executions": [ { "id": 776772,...

@phsmith there are no `SQL errors` reported on the logs: ![image](https://github.com/phsmith/rundeck_exporter/assets/74255967/03eb5d82-0378-42cb-8b8a-1ca32deb39a0)

@phsmith you're right!, I will report this to our development team. I have isolated the issue, and it seems that the endpoint: `/api/34/project//executions/metrics?recentFilter=1d` Is affected by this issue; the other...