mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 09:05:55 +03:00
[GH-ISSUE #47] Harvester fails to connect if server is not already running #36
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kosmasgiannis on GitHub (Dec 30, 2012).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/47
When a harvester starts and there is no server listening, the harvester tries to "reconnect" repeatedly without success even if the server starts later. I have tested that with server and harvester being on localhost and server and harvester being on two different machines with the same results.
@msmathers commented on GitHub (Feb 21, 2013):
v0.3.0 has a more fault tolerant harvester... it will attempt to connect to the server indefinitely if it's not online at startup, and will reconnect if the server flaps.