zonemaster / zonemaster-backend

The Zonemaster Backend - part of the Zonemaster project
Other
14 stars 23 forks source link

Improved batch status #1156

Open mattias-p opened 8 months ago

mattias-p commented 8 months ago

Today batch_jobs returns a counts of the jobs in the running state and an aggregate count of the jobs in the completed, cancelled and crashed states. It also returns a list of ids of finished jobs in the batch.

This method should be updated to match the formal states defined in #960. The list of job ids should also be removed from the output. This way it's possible to check the status of a batch without getting a large response, and the job ids are available from the batch_domains method when you need them.

Outputs parameters to remove:

Outputs parameters to add:

Stabilization

Tracking issue

Affected interfaces

Incompatibly changed:

Dependencies

Overlapping proposals