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
They could be separated, but I think we might also need to make sure there couldn't be a race condition between a document being picked up by refresh while it's in the middle of downloading by reload.
Not to my knowledge. Most steps have a flag or a timestamp that indicates the end of processing, and the subsequent steps wait for that flag or end timestamp before picking the file up. My worry would be that reload can be so long running, that a publisher could update a file in the middle of a reload running. So refresh would update the database with modified, and then reload would overwrite it with downloaded despite not picking up the new modified.
Currently, the service_loop() Runs
The problem is that a long reload process prevents refresh data coming in.
Can we separate these into 2 service loops and 2 stages?
I don't think one depends on the other?
The text was updated successfully, but these errors were encountered: