Restate Service Configuration
Services have some configuration settings:
- Retention time of idempotency keys
- Whether they are private or not
- Inactivity and abort timeout
These can be set via:
- UI: click on your registered deployment and adapt the settings
- CLI: execute the command, adapt the config file and save it:
restate services config edit <SERVICE>
- Admin API: You can find an example of an Admin API request, in the docs on private services