Skip to content

Log which workpool is logging #149

@danthegoodman1

Description

@danthegoodman1

Running into something like:

1/12/2026, 6:47:31 AM [CONVEX A(worker:runActionWrapper)] [ERROR] [Error: Function handle not found]
1/12/2026, 6:47:35 AM [CONVEX A(worker:runActionWrapper)] [ERROR] [Error: Function handle not found]
1/12/2026, 6:47:39 AM [CONVEX A(worker:runActionWrapper)] [ERROR] [Error: Function handle not found]
1/12/2026, 6:47:43 AM [CONVEX A(worker:runActionWrapper)] [ERROR] [Error: Function handle not found]
1/12/2026, 6:47:49 AM [CONVEX A(worker:runActionWrapper)] [ERROR] [Error: Function handle not found]
1/12/2026, 6:47:56 AM [CONVEX A(worker:runActionWrapper)] [ERROR] [Error: Function handle not found]
1/12/2026, 6:48:01 AM [CONVEX A(worker:runActionWrapper)] [ERROR] [Error: Function handle not found]
1/12/2026, 6:48:08 AM [CONVEX M(loop:main)] [INFO] '{"component":"workpool","event":"report","canceled":0,"completed":21,"failed":0,"lastReportTs":1768229227828,"retries":10,"succeeded":11,"running":1,"backlog":0,"failureRate":0.4762,"permanentFailureRate":0}'
1/12/2026, 6:48:08 AM [CONVEX A(worker:runActionWrapper)] [ERROR] [Error: Function handle not found]
1/12/2026, 6:48:12 AM [CONVEX A(worker:runActionWrapper)] [ERROR] [Error: Function handle not found]
1/12/2026, 6:48:14 AM [CONVEX A(worker:runActionWrapper)] [ERROR] [Error: Function handle not found]
1/12/2026, 6:48:22 AM [CONVEX A(worker:runActionWrapper)] [ERROR] [Error: Function handle not found]

after we've removed a function, I'd like to be able to clear the workpool out. We have workpools that basically retry forever, and quite a few of them, and based on these logs I don't know which function we've removed, and what workpool it was scheduled in, so I can clean it up.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions