Right now we store all objects in a buffer while we wait to run them. For many migrations, you will want to filter out objects that don't need to be migrated. We should consider supporting a `filter` function that takes the object and **MUST** return true or false. This filter should run before we add the object to the queue.
Right now we store all objects in a buffer while we wait to run them.
For many migrations, you will want to filter out objects that don't need to be migrated.
We should consider supporting a
filterfunction that takes the object and MUST return true or false.This filter should run before we add the object to the queue.