Files
speckle-server/scratch/queue-query.sql

2 lines
226 B
SQL

select id, status, attempt, "jobType", payload->>'fileType' as file_type, payload->>'projectId' as project_id, payload->>'modelId' as model_id, "createdAt", "updatedAt" from background_jobs order by "createdAt" desc limit 10;