5 releases
0.0.5 | Aug 16, 2024 |
---|---|
0.0.4 | Aug 12, 2024 |
0.0.2 | Mar 2, 2023 |
0.0.1 | Nov 5, 2022 |
0.0.0 |
|
#604 in Asynchronous
43KB
1K
SLoC
Night
Night's idea is to develop an extensible task queue to support the launch of scheduled tasks and the sending and receiving of messages.
Night hopes to build on distributed logic to meet the deployment requirements of complex tasks, such as providing execution capabilities for database instructions and script instructions that need to be updated regularly.
Currently, as a personal project, the current development is still in the alpha stage. The single run of the topological order task has been implemented. The scheduled run mode is still under development. To test the effect, you can try the integrated test examples in the tests directory.
Integration test example:
A -----> B -----> C -----> D
\ /
\----> E------/
Roadmap
- Single execution
- Topological Order Execution
- Scheduled execution
- Fine-grained Process Control
- Domain-Specific Language (DSL)
- YAML Configuration
- Distributed Mode
Dependencies
~9–21MB
~295K SLoC