Laurent Pellegrino
Laurent Pellegrino
Logback has built-in support for log rotation with compression: http://logback.qos.ch/manual/appenders.html#TimeBasedRollingPolicy
I haven't checked yet the work that is required for this task but if it is done for scheduling only I think it should not be too complex. If I...
I have performed a new test by installing Cygwin. The same kind of problem occurs. It affects _SSHInfrastructure_ and _SSHInfrastructureV2_. The command executed by the Scheduler through SSH on the...
I am not sure it is fixed yet, but this is only my opinion. Pagination is available for tasks from clients but internally (scheduler side) all tasks are still fetched...
Besides, I was wondering if some _performance_ tests have been written to check the feature? I think CRON features should be checked with at least 3 jobs each having _1576800_...
@fviale It is not fixed as explained above.
While looking at TaskID implementation I noticed that `TaskIdImpl#getIterationIndex` and `TaskIdImpl#getReplicationIndex` use task name for retrieving index. If some time is spent on task names, I think we should understand...
> Because nearly all methods (killTask, getTaskResults) of the Scheduler API uses Task Names as keys. Despite your comment, it's not clear for me why task names should theoretically be...
The behaviour has not changed. The issue is really annoying when the Scheduler is used by multiple people. Keeping logs (standard and error output) would help to understand why the...
Below is a Workflow example: ``` ```