mirror of
https://github.com/Unleash/unleash.git
synced 2025-11-10 01:19:53 +01:00
## About the changes
This PR provides a service that allows a scheduled function to run in a
single instance. It's currently not in use but tests show how to wrap a
function to make it single-instance:
|
||
|---|---|---|
| .. | ||
| job-service.test.ts | ||
| job-service.ts | ||
| job-store.test.ts | ||
| job-store.ts | ||
| schedule-services.ts | ||
| scheduler-service.test.ts | ||
| scheduler-service.ts | ||