Update services that rely on /pop
endpoint of scheduler
#3961
Labels
boefjes
Issues related to boefjes
/pop
endpoint of scheduler
#3961
Background
Description
The following changes introduced in PR: Combined Schedulers must be reflected in all services that rely on the
/pop
endpoint of the scheduler.Key Changes
The
/pop
endpoint has been updated as follows:Endpoint Path:
The endpoint has changed from
/queues
to/schedulers/{id}/pop
.Response Format:
Instead of returning a single task, the endpoint now supports filtering and returns a paginated result with multiple tasks.
Impact on Services
Services using the
/pop
endpoint must update their interfaces to align with these changes. This includes:For more details, refer to PR: Combined Schedulers
The text was updated successfully, but these errors were encountered: