dbos-inc / dbos-transact-ts

The TypeScript framework for backends that scale
https://docs.dbos.dev
MIT License
373 stars 28 forks source link

Make cron spec available for scheduled workflows #631

Closed apoliakov closed 2 months ago

apoliakov commented 2 months ago

Requested by a user in the off-topic discord channel:

Hi - not sure where else to put it. When I specify a scheduled workflow, the function is added to the DBOS system database as job_queue, The cron specification, however, is not available in the system database as property of a workflow (or job). For debugging reasons, esp. in case of time travel, that might come in handy as the specification might be important to interpret the workflow_status.

apoliakov commented 2 months ago

Moved to py repo https://github.com/dbos-inc/dbos-transact-py/issues/122