Skip to content

Rrrinav/Rivage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rivage

Usage

$ go mod tidy

# run coordinator/server
go run coordinator/main.go

# run worker/client
go run coordinator/main.go

Bugs

  • Negative number of active tasks.
$ curl http://localhost:8080/metrics

rivage_tasks_dispatched_total 45
rivage_tasks_completed_total 45
rivage_tasks_failed_total 0
rivage_tasks_retried_total 0
rivage_active_workers 2
rivage_active_tasks -45

rivage_active_tasks -45 Negative number must not be possible

What is 4mb and 512kb thing?

About

Distributed computing

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors