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 11, 2024
1 parent 06313d5 commit 17c964a
Show file tree
Hide file tree
Showing 4 changed files with 667 additions and 6 deletions.
10 changes: 10 additions & 0 deletions src/workerd/io/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,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 17c964a

Please sign in to comment.