Polling-based agent-server architecture #301
No reviewers
Labels
No labels
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 project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: vieter-v/vieter#301
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Chewing_Bever/vieter:agent-server-polling"
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?
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
b3e26e5ffeto2cc3e8404eWIP: 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.