Mordsith
Mordsith4mo ago

What does crons:recover mean in logs?

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

Did you find this page helpful?