Skip to content

Commit

Permalink
throubleshooting page
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Jun 30, 2023
1 parent 18f7602 commit dbbf225
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/deployment-operations/throubleshooting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
sidebar_position: 5
---

# Throubleshooting

This page describes some known throubleshooting scenarios when operating Restate.

We suggest checking the [Observability documentation](./observability.md#troubleshooting) for a detailed guide about setting up observability.

## 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.

Due to implementation details, Restate uses the service endpoint system clock to choose the timer's wake up time, but the runtime registers the timer on its own system clock.

0 comments on commit dbbf225

Please sign in to comment.