Skip to content

Commit

Permalink
sqlite actor alarms: store alarm time in sqlite
Browse files Browse the repository at this point in the history
Also, enforce similar alarm properties in ActorSqlite as we do in ActorCache.
  • Loading branch information
jclee committed Sep 23, 2024
1 parent c6e701a commit e13e274
Show file tree
Hide file tree
Showing 6 changed files with 1,469 additions and 44 deletions.
10 changes: 10 additions & 0 deletions src/workerd/io/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,16 @@ kj_test(
],
)

kj_test(
src = "actor-sqlite-test.c++",
deps = [
":actor",
":io-gate",
"//src/workerd/util:test",
"//src/workerd/util:test-util",
],
)

kj_test(
src = "promise-wrapper-test.c++",
deps = [":io"],
Expand Down
Loading

0 comments on commit e13e274

Please sign in to comment.