Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New batch_domains method #1151

Open
mattias-p opened this issue Feb 9, 2024 · 0 comments
Open

New batch_domains method #1151

mattias-p opened this issue Feb 9, 2024 · 0 comments

Comments

@mattias-p
Copy link
Member

mattias-p commented Feb 9, 2024

We should add a new method to the RPCAPI.

Name: batch_domains

Input:

  • batch_id - A Batch ID. The batch to examine.
  • states - An optional list of elements from {"waiting", "running", "completed", "cancelled", "crashed"}. Default: ["waiting", "running", "completed", "cancelled", "crashed"]. The set of properties to include in the output.

Output:

  • waiting - An optional object mapping domain names to job ids. The set of waiting jobs in the batch.
  • running - An optional object mapping domain names to job ids. The set of running jobs in the batch.
  • completed - An optional object mapping domain names to job ids. The set of completed jobs in the batch.
  • cancelled - An optional object mapping domain names to job ids. The set of cancelled jobs in the batch.
  • crashed - An optional object mapping domain names to job ids. The set of crashed jobs in the batch.

Stabilization

Tracking issue

Affected interfaces

Additions:

  • batch_domains

Dependencies

Overlapping proposals

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant