Which general-purpose / domain-agnostic tool would you recommend to execute tasks based on dependencies between them?
@CoolSWEng Isn't that #make until proven otherwise?
@CoolSWEng I have been happy with Celery.
https://docs.celeryq.dev/en/stable/
Not sure it's it fits your requirements though.
@CoolSWEng a couple tools you might want to add to your list of tool runners are just (https://github.com/casey/just), which attempts to be a modern make-ish build program and remake (https://github.com/Trepan-Debuggers/remake) which attempts to fork and update make with a modern UI and modern features