findUsers should not time out for large numbers of users #1992

Open
opened 2014-01-06 13:16:43 +00:00 by rlx · 0 comments
Owner

Currently, this consistently times out on 0xDB:

pandora.api.findUsers({
    keys: ['location'],
    query: {
        conditions: [{key: 'level', value: 'robot', operator: '!='}],
        operator: '&'
    },
    range: [0, 1000000],
    sort: [{key: 'location', operator: '+'}]
})
Currently, this consistently times out on 0xDB: ``` pandora.api.findUsers({ keys: ['location'], query: { conditions: [{key: 'level', value: 'robot', operator: '!='}], operator: '&' }, range: [0, 1000000], sort: [{key: 'location', operator: '+'}] }) ```
rlx added the
normal
defect
general
backend
labels 2014-01-06 13:16:55 +00:00
j was assigned by rlx 2014-01-06 13:16:55 +00:00
j was assigned by rlx 2014-01-06 13:16:55 +00:00
rlx added this to the 13.04 milestone 2014-02-09 19:52:48 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#1992
No description provided.