You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor feature flag definitions, add durable periodic jobs UI (#435)
* dynamic feature flag extensions injected by pro bundle
Move all Pro-related flags into the extensions setup so there's no need
to check for these Pro artifacts in OSS.
Also add a flag for durable periodic jobs.
* add periodic job endpoint
* fix concurrency settings w/ a single paused producer
Also fix Queue stories that depend on feature flags.
* implement periodic job list view
* remove forked riverinternaltest in favor of shared variants
Also refactor to leverage shared DB test TX helpers and parallelize
endpoint detection tests which modify the schema (by disbling sharing on
those tests).
0 commit comments