Mordsith
Mordsith6mo ago

What does crons:recover mean in logs?

No description
5 Replies
erquhart
erquhart6mo ago
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.
ian
ian6mo ago
That is in the workpool component. So if you are using workpool directly or workflow, then it runs occasionally to detect failed jobs.
erquhart
erquhart6mo ago
Does the puzzle piece mean component? I thought the component name would show in the function name
ian
ian6mo ago
Yes that means a component.
Mordsith
MordsithOP6mo ago
Thanks guys!!!

Did you find this page helpful?