RichardKnop / machinery

Machinery is an asynchronous task queue/job queue based on distributed message passing.
Mozilla Public License 2.0
7.52k stars 914 forks source link

Is this project still maintained? #790

Open jalaziz opened 1 year ago

jalaziz commented 1 year ago

I hate to be that guy, but is there intention to continue maintaining this project or is there an actively maintained fork?

ocakhasan commented 1 year ago

It seems like this one is not maintained, the last commit was Dec 9 2021. I also would like to know

tombh commented 1 year ago

What are similar but active projects? I only really see: https://github.com/hibiken/asynq

0x0elliot commented 1 year ago

+1

evanlixin commented 1 year ago

+1

RichardKnop commented 1 year ago

It is not actively maintained anymore. I might merge bug fixes but I probably won't be adding any more new features. Ideally I would plan to start from scratch on a new codebase with cleaner design and lessons I have learned from this project.