Fang
Fang is a background processing framework written in Rust.
Key attribures:
- Postgres DB is a job queue
- Multithreaded processing
Potential features/improvements
- Allow duplicates in the queue - Currently you can not insert the same job in the queue multiple times. - It’s done mostly for El Monitorro 
- Find a way to get rid of typetag 
- Investigate the issue when scheduled task is too old 
