Skip to content

add TestRunner & SingleRunner modules#5827

Merged
tim-smart merged 3 commits intomainfrom
cluster-memory
Nov 28, 2025
Merged

add TestRunner & SingleRunner modules#5827
tim-smart merged 3 commits intomainfrom
cluster-memory

Conversation

@tim-smart
Copy link
Copy Markdown
Contributor

No description provided.

@github-project-automation github-project-automation bot moved this to Discussion Ongoing in PR Backlog Nov 28, 2025
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Nov 28, 2025

🦋 Changeset detected

Latest commit: 9bb91ec

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 6 packages
Name Type
@effect/workflow Minor
@effect/cluster Major
@effect/platform-bun Major
@effect/platform-node-shared Major
@effect/platform-node Major
@effect/sql-clickhouse Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@tim-smart tim-smart merged commit 7bd4e82 into main Nov 28, 2025
11 checks passed
@tim-smart tim-smart deleted the cluster-memory branch November 28, 2025 05:08
@github-project-automation github-project-automation bot moved this from Discussion Ongoing to Done in PR Backlog Nov 28, 2025
@github-actions github-actions bot mentioned this pull request Nov 28, 2025
*/
export const retry: typeof Effect.retry = dual(
export const retry: {
<E, O extends Types.NoExcessProperties<Omit<Effect.Retry.Options<E>, "schedule">, O>>(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tim-smart is there a reason why we can't set the schedule option on this anymore? We are using it in our current version of the code

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Hoishin added a commit to Hoishin/effect that referenced this pull request Dec 6, 2025
* main: (37 commits)
  Version Packages (Effect-TS#5869)
  Fix the arbitrary generator for BigDecimal to allow negative scales (Effect-TS#5875)
  Widen otel logs peer dep range (Effect-TS#5863)
  Ensure Devtools Tracer does not cut off span options (Effect-TS#5864)
  Version Packages (Effect-TS#5848)
  Update generated OpenAI schema definitions (Effect-TS#5850)
  Update generated OpenRouter definitions and fix logprob schema (Effect-TS#5849)
  add Workflow.scope, a seperate Scope that only closes on completion (Effect-TS#5846)
  ensure PersistedQueue memory driver removes items (Effect-TS#5847)
  Version Packages (Effect-TS#5838)
  support idempotent offers to PersistedQueue (Effect-TS#5837)
  Version Packages (Effect-TS#5836)
  consider clean http interrupts (already responded) as successful responses (Effect-TS#5835)
  Version Packages (Effect-TS#5830)
  reset redis staging area on a schedule for PersistedQueue (Effect-TS#5829)
  Version Packages (Effect-TS#5828)
  add TestRunner & SingleRunner modules (Effect-TS#5827)
  Version Packages (Effect-TS#5825)
  improve ordering guarantees for SqlPersistedQueue (Effect-TS#5824)
  Version Packages (Effect-TS#5822)
  ...

# Conflicts:
#	pnpm-lock.yaml
Hoishin added a commit to Hoishin/effect that referenced this pull request Dec 7, 2025
* main: (38 commits)
  Fix NoSuchElementException instantiation in fastPath in FiberRuntime (Effect-TS#5874)
  Version Packages (Effect-TS#5869)
  Fix the arbitrary generator for BigDecimal to allow negative scales (Effect-TS#5875)
  Widen otel logs peer dep range (Effect-TS#5863)
  Ensure Devtools Tracer does not cut off span options (Effect-TS#5864)
  Version Packages (Effect-TS#5848)
  Update generated OpenAI schema definitions (Effect-TS#5850)
  Update generated OpenRouter definitions and fix logprob schema (Effect-TS#5849)
  add Workflow.scope, a seperate Scope that only closes on completion (Effect-TS#5846)
  ensure PersistedQueue memory driver removes items (Effect-TS#5847)
  Version Packages (Effect-TS#5838)
  support idempotent offers to PersistedQueue (Effect-TS#5837)
  Version Packages (Effect-TS#5836)
  consider clean http interrupts (already responded) as successful responses (Effect-TS#5835)
  Version Packages (Effect-TS#5830)
  reset redis staging area on a schedule for PersistedQueue (Effect-TS#5829)
  Version Packages (Effect-TS#5828)
  add TestRunner & SingleRunner modules (Effect-TS#5827)
  Version Packages (Effect-TS#5825)
  improve ordering guarantees for SqlPersistedQueue (Effect-TS#5824)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants