Adarlan Teixeira

Results 9 issues of Adarlan Teixeira

Observei que o livro foi escrito em Markdown, mas diversos pequenos trechos de código não estavam marcados como código (utilizando o sinal de crase). Verifiquei apenas os 10 primeiros itens...

Create methods such as: followUntilStarted() followUntilHealthy() These methods should be started in separate threads

When the job is started, it should start a timeout countdown thread. When this thread is finished, the job must be interrupted. It does not mean "stop the container". It...

Each job must be scheduled when the number of running jobs is less than the limit. When a job is scheduled, all of the jobs that depends on it with...

Plankton always create a `.plankton` directory inside the workspace. When it is running from within a container, this directory is created with root user. So, to delete it on the...

Example: ``` services: foo-[for each item in examples]: image: alpine entrypoint: - cd ${item} - ls -a ``` It can loop through a directory files or through a file lines....

When a job depends on an abstract jobs (those with name starting with `.`), this dependency should be replaced by all the concrete jobs that extends the abstract job.

Instead of implement profiles, it's better to implement an option to specify the target jobs. Plankton will only run the target jobs and the jobs they depends on, directly or...