https://github.com/accessory/mass_events
scheduler + process runner + worker
https://github.com/accessory/mass_events
Last synced: 3 months ago
JSON representation
scheduler + process runner + worker
- Host: GitHub
- URL: https://github.com/accessory/mass_events
- Owner: Accessory
- License: apache-2.0
- Created: 2023-12-03T21:43:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T22:06:00.000Z (over 1 year ago)
- Last Synced: 2024-04-28T04:28:49.411Z (about 1 year ago)
- Language: Rust
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mass Events
Mass Events comprises a scheduler, process_runner, and a worker that collaborate seamlessly.
The concept is to develop a suite of services designed to execute commands at specified times, store them in a queue, and have them carried out by dedicated workers.