fix(examples): add sleeping to smoke test#1367
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Claude finished @MasterPtato's task —— View job Code Review Complete ✅Reviewing PR that adds sleeping functionality to smoke test examples. Todo List
Code Review FeedbackSummaryThis PR adds actor sleep functionality testing to the smoke test example. The changes include configuring a short sleep timeout for the counter actor and implementing a test that verifies actors can be put to sleep and then reactivated. ✅ Positive Aspects
🔍 Technical AnalysisFile: options: {
sleepTimeout: 500,
},
File: // Wait for actor to sleep
await new Promise(res => setTimeout(res, 1000));
const counter2 = client.counter.getOrCreate(key).connect();
await counter2.increment(1);
await counter2.dispose();
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
More templates
@rivetkit/actor
@rivetkit/cloudflare-workers
@rivetkit/core
@rivetkit/db
@rivetkit/framework-base
@rivetkit/next-js
@rivetkit/react
rivetkit
@rivetkit/sql-loader
commit: |
Merge activity
|

No description provided.