1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
unleash.unleash/src/lib/features
Gastón Fournier 0a2d40fb8b
feat: allow schedulers to run in a single node (#6794)
## 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:

65b7080e05/src/lib/features/scheduler/job-service.test.ts (L26-L32)

The key `'test'` is used to identify the group and most likely should
have the same name as the scheduled job.

---------

Co-authored-by: Christopher Kolstad <chriswk@getunleash.io>
2024-04-10 11:47:22 +02:00
..
access chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
change-request-access-service chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
change-request-segment-usage-service chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
client-feature-toggles chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
dependent-features feat: List possible parent variants (#6733) 2024-03-28 16:53:30 +01:00
events chore: stop using deprecated method (#6764) 2024-04-03 09:55:09 +02:00
export-import-toggles chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-lifecycle feat: handle invalid metrics (#6795) 2024-04-08 12:09:20 +02:00
feature-naming-pattern chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-search feat: dependant flag on feature search (#6684) 2024-03-25 15:45:18 +02:00
feature-toggle chore: when some promise fails others might hang and leave open conns (#6636) 2024-04-02 11:25:38 +02:00
frontend-api chore: Better randomness (#6755) 2024-04-02 16:21:33 +02:00
group chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
instance-stats feat: collect prometheus data about archived features (#6728) 2024-03-28 13:40:30 +02:00
maintenance chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
metrics feat: private projects in application overview (#6775) 2024-04-04 14:56:21 +02:00
playground feat: playground api returns removed context values under a new warnings property (#6784) 2024-04-08 08:47:22 +02:00
private-project feat: private projects in application overview (#6775) 2024-04-04 14:56:21 +02:00
project feat: Feature lifecycle controller (#6788) 2024-04-05 13:57:27 +02:00
project-environments chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
project-insights refactor: remove change requests from project insights api (#6685) 2024-03-25 14:44:32 +01:00
scheduler feat: allow schedulers to run in a single node (#6794) 2024-04-10 11:47:22 +02:00
segment chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
tag-type chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
traffic-data-usage feat: traffic visibility UI and store (#6659) 2024-03-22 11:54:33 +01:00
ui-observability-controller chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
index.ts feat: feature lifecycle usage behind a flag (#6786) 2024-04-05 13:42:03 +02:00