Polling-based agent-server architecture #301
No reviewers
Labels
No Label
Roadmap
V
bug
docs
duplicate
enhancement
good first issue
help wanted
idea
invalid
question
wontfix
Idea
Roadmap
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vieter-v/vieter#301
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "Chewing_Bever/vieter:agent-server-polling"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
This PR converts Vieter into a server-agent architecture, with each agent periodically polling the server for jobs using HTTP requests.
I don't feel like diving into persistent connections between servers and agents right now, but I feel this system is a good compromise between simplicity and versatility.
The goal is to fully replace the old cron-based system.
Closes #300
b3e26e5ffe
to2cc3e8404e
WIP: polling-based agent-server architectureto Polling-based agent-server architectureGonna merge this PR prematurely. It's big enough already, and I need to test it in production anyways.