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
I am just trying to understand how the Golang scheduler sync interact with the Node based server syncs.
If I understand right the Golang scheduler will download data in pre-determined times.
On the other hand the Node server will only sync data when the user tries to access it, and it detects it is not synched yet.
Is it correct? Or is there some extra logic that I didn't fully understand?
Could the Node server also be used to schedule syncs? Just wondering if we could simplify the codebase focusing on one programming language...
The text was updated successfully, but these errors were encountered:
I am just trying to understand how the Golang scheduler sync interact with the Node based server syncs.
If I understand right the Golang scheduler will download data in pre-determined times.
On the other hand the Node server will only sync data when the user tries to access it, and it detects it is not synched yet.
Is it correct? Or is there some extra logic that I didn't fully understand?
Could the Node server also be used to schedule syncs? Just wondering if we could simplify the codebase focusing on one programming language...
The text was updated successfully, but these errors were encountered: