When item is created on the board, it takes about 30s for the item to be returned by items_by_multiple_column_values call.
Delay makes it difficult/impossible to use to reflect current status of the board.
Is that long delay expected? Can it be reduced to maybe 1 or 2 seconds?
Steps to reproduce (always):
- Create item A on the board.
- Run
items_by_multiple_column_values. - New item A is not returned by the call - I was expecting the item to be returned, because it is present on the board.
- Wait about 30 seconds.
- Call
items_by_multiple_column_valuesagain, and item A is returned as expected.