Francesco Guardiani
Francesco Guardiani
Generate OpenAPI of the Ingress, by reading through the service metadata. In order to do that we need the SDKs to send input/output schemas.
Our internal timers abstraction right now can only schedule timers, but not deschedule them, nor it supports intervals. By adding support for intervals we could: * Expose a cron scheduling...
Investigate whether we should, and at what extent, allow the reconfiguration of some/all worker options updating the `restate.yaml` file. Short summary from a [previous discussion](https://restatedev.slack.com/archives/C03CSNVQ276/p1696928717502519) on the matter: * Some...
Not finished yet.
Remove the old invocation table, and execute a script on startup that migrates all the existing invocations to the NeoInvocationStatus. Depending on whether we want 1.1 to be backward compatible,...
Generate a deterministic invocation id for idempotent requests and workflow runs. This removes the need for: * ~~The ingress `SubmitNotification`~~ * The `IdempotencyTable` * The usage of the `VirtualObjectStatus` table...