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
but proper implementation of this would require some kind of queueing solution. do we have a bug for that?
We need a queue of tasks, with per-task locking and unlocking (if unsuccessful). then we can have multi-process dequeuer, which is started by cron each minute
Now we only fetch one feed at a time and import. Feed importing would pass through a lot faster if we had multiple worker processes handling it.
The text was updated successfully, but these errors were encountered: