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
Currently we use a plugin based queue and process each item as a whole. This means we can't process part of a plugin and pick back up on the cron, so we end up with skipped plugins. Instead we should break plugins down by files and process the groups of files.
The scan could be slower due to the overhead of starting the scanner, but if we can make the file groups large enough it shouldn't be a huge issue. We could also provide updates at a higher frequency, and resolve #32.
The text was updated successfully, but these errors were encountered:
Currently we use a plugin based queue and process each item as a whole. This means we can't process part of a plugin and pick back up on the cron, so we end up with skipped plugins. Instead we should break plugins down by files and process the groups of files.
The scan could be slower due to the overhead of starting the scanner, but if we can make the file groups large enough it shouldn't be a huge issue. We could also provide updates at a higher frequency, and resolve #32.
The text was updated successfully, but these errors were encountered: