#task-queue #task-execution #order #topological #distributed #scheduled #scalable

bin+lib night

A scalable Task Queue for executing asynchronous tasks in topological order

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 Dec 1, 2021

#739 in Database interfaces

Download history 373/week @ 2024-08-11 33/week @ 2024-08-18

406 downloads per month

MIT/Apache

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–20MB
~295K SLoC