hibiken / asynq

Simple, reliable, and efficient distributed task queue in Go
MIT License
10.06k stars 720 forks source link

Discussion/Suggestion: Decoupling `x` and `tools` packages. #880

Open kamikazechaser opened 6 months ago

kamikazechaser commented 6 months ago

Initial issue/context: #578

This is a discussion/suggestions thread on what are the best possible ways to deal with the x and tools packages. One idea is to extract them into their own repos. Other suggestions/comments are welcome.

pior commented 1 month ago

Do we really want to support older version of Go? Even on a small part of the project.

kamikazechaser commented 1 month ago

@pior Ideally, no.