https://github.com/accessory/mass_events
scheduler + process runner + worker
https://github.com/accessory/mass_events
Last synced: 12 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 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-17T13:57:09.000Z (about 1 year ago)
- Last Synced: 2025-04-18T04:08:56.014Z (about 1 year ago)
- Language: Rust
- Size: 37.1 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.