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
Because both refreshing feeds + subscriptions are async tasks if a subscription task overlaps with when feeds are refreshed (on the hour), then the subscription could find itself at the back of a big queue of feeds to refresh.
Probably either need:
higher task priority for parsing new unseen feeds
separate task queue (might need dedicated workers)
The text was updated successfully, but these errors were encountered:
Because both refreshing feeds + subscriptions are async tasks if a subscription task overlaps with when feeds are refreshed (on the hour), then the subscription could find itself at the back of a big queue of feeds to refresh.
Probably either need:
The text was updated successfully, but these errors were encountered: