Remix.run Logo
hbarka 4 hours ago

How do you incorporate secrets in this kind of implementation? Stored in db?

KraftyOne 3 hours ago | parent | next [-]

Secrets are orthogonal to durable execution--what are your concerns about using them together?

mrits 3 hours ago | parent | prev [-]

Unless you have a very specific use case, you wouldn't want to store in db or in any message you use in any workflow like this. Usually whatever does the actual work has a way to get the secret.