TBD54566975 / ftl

FTL - Towards a 𝝺-calculus for large-scale systems
https://tbd54566975.github.io/ftl/
Apache License 2.0
21 stars 7 forks source link

Add additional events for cron jobs #1260

Closed matt2e closed 1 month ago

matt2e commented 6 months ago

Events like: "could not build body for cron job" "Could not kill stale cron job %q because schedule could not be parsed: %q"

all of these log messages should be associated with the cron job in the events table so that the user can filter and find issues with their cron jobs.

matt2e commented 6 months ago

This may end up being rolled into async calls work

safeer commented 1 month ago

Cron is rewritten to use async_calls, so this is a dupe of #2473