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 17, 2024
1 parent 7eac03e commit a7edf79
Show file tree
Hide file tree
Showing 5 changed files with 976 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 @@ -315,6 +315,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 a7edf79

Please sign in to comment.