-
Notifications
You must be signed in to change notification settings - Fork 80
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
feat(request-queue): Update RQ listAndLock API with latest API changes #1323
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, one small improvement
@@ -11,7 +11,15 @@ properties: | |||
example: 1000 | |||
queueModifiedAt: | |||
type: string | |||
description: The modifiedAt the queue is updated whenever the queue is modified. Modifications include adding, updating, or removing requests, as well as locking or unlocking requests in the queue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is probably an extra "the queue" in the first sentence if I'm reading this right. Same in RequestQueue.yaml
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ups, I had the same comment but I forgot to send it 😅
apify-api/openapi/components/schemas/request-queues/GetHeadAndLockResponse.yaml
Outdated
Show resolved
Hide resolved
Co-authored-by: Jan Buchar <[email protected]>
Update API reference based on latest changes in API.