Mordsith
Mordsith2w ago

What does crons:recover mean in logs?

No description
5 Replies
erquhart
erquhart2w 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
ian2w 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
erquhart2w ago
Does the puzzle piece mean component? I thought the component name would show in the function name
ian
ian2w ago
Yes that means a component.
Mordsith
MordsithOP7d ago
Thanks guys!!!

Did you find this page helpful?