Skip to content

Commit

Permalink
Throubleshooting page (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper authored Jul 3, 2023
1 parent 18f7602 commit a81257d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/deployment-operations/throubleshooting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
sidebar_position: 5
---

# Throubleshooting

This page describes some known throubleshooting scenarios when operating Restate.

## Sleep/Delayed call and other Timers operations are triggered too early/too late

Make sure the system clock of the runtime is synchronized with the clock of the service endpoint and they use the same time zone.

When you do timer-based actions with the SDK (e.g. sleep, delayed calls), their execution time gets calculated based on the system clock of the service endpoint. But subsequently, the runtime registers these timer on its own system clock. So if these two clocks are out-of-sync, you get unwanted behavior.

0 comments on commit a81257d

Please sign in to comment.