Is there a way to asynchronously paginate without keeping the database connection open? I need to paginate a large number of vertices, and the async pagination causes a realtime_evaluation_timeout error (I set it to 60 sec but obviously shouldn't set it too high).