package
0.0.0-20250102170658-dbc239fdba70
Repository: https://github.com/hanshal101/core.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Complete Stats.
# Structs
No description provided by the author
No description provided by the author
Worker Metrics.
this is a worker model so it has following duties to do: run containers, accept task from manager, provide stats and keep track of tasks state for running containers and keeping track of the state we can store it on map which can then implemented to etcd since we would implement the task in a queue(FIFO) we would do this with normal golang-collections library at last keeping the count of the task in the queue as task-count.