Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

filter objects before the job is run #22

Open
mcwhittemore opened this issue Feb 14, 2017 · 0 comments
Open

filter objects before the job is run #22

mcwhittemore opened this issue Feb 14, 2017 · 0 comments

Comments

@mcwhittemore
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant