You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
Abandon the pre-populated "conversion queue" mechanism, and switch to an on-the-fly detection of Posts for conversion -- the branch try/insert-at-convert-time already contains the proof of concept, use this instead.
Describe alternatives you've considered
The on-the-fly mechanism will be a bit slower, but simpler. Since this plugin is typically run only once on a site, trading a bit of efficiency for increased simplicity seems like the right way to go.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Abandon the pre-populated "conversion queue" mechanism, and switch to an on-the-fly detection of Posts for conversion -- the branch try/insert-at-convert-time already contains the proof of concept, use this instead.
Describe alternatives you've considered
The on-the-fly mechanism will be a bit slower, but simpler. Since this plugin is typically run only once on a site, trading a bit of efficiency for increased simplicity seems like the right way to go.
The text was updated successfully, but these errors were encountered: