Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.
This repository was archived by the owner on May 24, 2022. It is now read-only.

Start jobs in their own processes #71

Description

@rjoleary

Each jobs has its own process. This has the following benefits:

  • Failure isolation: If a test panics unexpectedly (for example it runs out of memory), only that test is affected and not the whole system.
  • Cancel jobs: Allow jobs to be force cancelled simply by killing the process.
  • Resource limits: Each job can have its own limits on memory, fds, cpu, etc...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions