5 Replies
That would mean you have a
recover
function exported from convex/crons.ts
. If you're not seeing it there for some reason, you should at least see it listed in the dashboard for that deployment under Schedules -> Cron Jobs.That is in the workpool component. So if you are using workpool directly or workflow, then it runs occasionally to detect failed jobs.
Does the puzzle piece mean component? I thought the component name would show in the function name
Yes that means a component.
Thanks guys!!!