API endpoint that allows jobs to be viewed or edited.

Pass the start_now url parameter to the POST method to enqueue the job immediately.

Use the delay field to create a test job with fake duration of work (in seconds).

Actions

/jobs/{id}/run/ (POST)

Run a job (add it to the queue).

/jobs/{id}/cancel/ (POST)

Cancel a job (terminate the background task)

GET /api/v2/jobs/271/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 271,
    "details": "https://api.beluga.insectai.org/api/v2/jobs/271/?format=api",
    "name": "Mothra - Everything (shuffle)",
    "delay": 0,
    "limit": 1000,
    "shuffle": true,
    "project": {
        "id": 18,
        "name": "Vermont Atlas of Life",
        "details": "https://api.beluga.insectai.org/api/v2/projects/18/?format=api",
        "user_permissions": []
    },
    "deployment": {
        "id": 18,
        "name": "Vermont - Mothra",
        "details": "https://api.beluga.insectai.org/api/v2/deployments/18/?format=api",
        "user_permissions": []
    },
    "source_image_collection": null,
    "source_image_single": null,
    "pipeline": {
        "id": 3,
        "details": "https://api.beluga.insectai.org/api/v2/ml/pipelines/3/?format=api",
        "name": "Quebec & Vermont moths",
        "slug": "quebec_vermont_moths_2023",
        "description": "",
        "version": 1,
        "version_name": "",
        "created_at": "2023-11-27T23:26:16.449157",
        "updated_at": "2026-04-01T17:09:36.520322",
        "user_permissions": []
    },
    "status": "FAILURE",
    "created_at": "2024-02-06T01:38:09.092004",
    "updated_at": "2024-11-13T17:15:35.305535",
    "started_at": "2024-02-06T01:51:24.197449",
    "finished_at": null,
    "duration": null,
    "progress": {
        "summary": {
            "status": "FAILURE",
            "progress": 0.488
        },
        "stages": [
            {
                "status": "SUCCESS",
                "progress": 1.0,
                "key": "collect",
                "name": "Collect",
                "params": [
                    {
                        "name": "Total Images",
                        "key": "total_images",
                        "category": "default",
                        "value": 518257
                    },
                    {
                        "name": "Limit",
                        "key": "limit",
                        "category": "default",
                        "value": 1000
                    }
                ]
            },
            {
                "status": "STARTED",
                "progress": 0.232,
                "key": "process",
                "name": "Process",
                "params": [
                    {
                        "name": "Proccessed",
                        "key": "proccessed",
                        "category": "default",
                        "value": 232
                    },
                    {
                        "name": "Remaining",
                        "key": "remaining",
                        "category": "default",
                        "value": 768
                    },
                    {
                        "name": "Detections",
                        "key": "detections",
                        "category": "default",
                        "value": 2763
                    },
                    {
                        "name": "Classifications",
                        "key": "classifications",
                        "category": "default",
                        "value": 1926
                    }
                ]
            },
            {
                "status": "STARTED",
                "progress": 0.232,
                "key": "results",
                "name": "Results",
                "params": [
                    {
                        "name": "Objects created",
                        "key": "objects_created",
                        "category": "default",
                        "value": 54
                    }
                ]
            }
        ],
        "errors": [
            "Job #271 \"Mothra - Everything (shuffle)\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process"
        ],
        "logs": [
            "[2024-02-06 02:42:17] INFO Changing status of job 271 to FAILURE",
            "[2024-02-06 02:42:11] ERROR Job #271 \"Mothra - Everything (shuffle)\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process",
            "[2024-02-06 02:42:06] ERROR Job #271 \"Mothra - Everything (shuffle)\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process",
            "[2024-02-06 02:41:54] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:41:49] INFO Created 54 objects",
            "[2024-02-06 02:41:43] INFO Saving results",
            "[2024-02-06 02:41:39] INFO Found 19 classifications",
            "[2024-02-06 02:41:34] INFO Found 35 detections",
            "[2024-02-06 02:41:06] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:41:01] INFO Created 37 objects",
            "[2024-02-06 02:40:56] INFO Saving results",
            "[2024-02-06 02:40:55] INFO Saving results",
            "[2024-02-06 02:40:51] INFO Found 14 classifications",
            "[2024-02-06 02:40:50] INFO Found 14 classifications",
            "[2024-02-06 02:40:46] INFO Found 23 detections",
            "[2024-02-06 02:40:25] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:40:20] INFO Created 58 objects",
            "[2024-02-06 02:40:15] INFO Saving results",
            "[2024-02-06 02:40:14] INFO Saving results",
            "[2024-02-06 02:40:10] INFO Found 26 classifications",
            "[2024-02-06 02:40:06] INFO Found 32 detections",
            "[2024-02-06 02:39:41] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:39:40] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:39:36] INFO Created 71 objects",
            "[2024-02-06 02:39:29] INFO Saving results",
            "[2024-02-06 02:39:25] INFO Found 33 classifications",
            "[2024-02-06 02:39:20] INFO Found 38 detections",
            "[2024-02-06 02:38:50] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:38:46] INFO Created 55 objects",
            "[2024-02-06 02:38:40] INFO Saving results",
            "[2024-02-06 02:38:39] INFO Saving results",
            "[2024-02-06 02:38:35] INFO Found 25 classifications",
            "[2024-02-06 02:38:31] INFO Found 30 detections",
            "[2024-02-06 02:38:06] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:38:01] INFO Created 48 objects",
            "[2024-02-06 02:37:56] INFO Saving results",
            "[2024-02-06 02:37:52] INFO Found 22 classifications",
            "[2024-02-06 02:37:47] INFO Found 26 detections",
            "[2024-02-06 02:37:25] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:37:21] INFO Created 95 objects",
            "[2024-02-06 02:37:15] INFO Saving results",
            "[2024-02-06 02:37:14] INFO Saving results",
            "[2024-02-06 02:37:11] INFO Found 39 classifications",
            "[2024-02-06 02:37:07] INFO Found 56 detections",
            "[2024-02-06 02:36:27] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:36:26] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:36:22] INFO Created 68 objects",
            "[2024-02-06 02:36:16] INFO Saving results",
            "[2024-02-06 02:36:12] INFO Found 30 classifications",
            "[2024-02-06 02:36:08] INFO Found 38 detections",
            "[2024-02-06 02:35:38] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:35:34] INFO Created 88 objects",
            "[2024-02-06 02:35:27] INFO Saving results",
            "[2024-02-06 02:35:23] INFO Found 33 classifications",
            "[2024-02-06 02:35:19] INFO Found 55 detections",
            "[2024-02-06 02:34:38] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:34:32] INFO Created 82 objects",
            "[2024-02-06 02:34:25] INFO Saving results",
            "[2024-02-06 02:34:21] INFO Found 34 classifications",
            "[2024-02-06 02:34:17] INFO Found 48 detections",
            "[2024-02-06 02:33:41] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:33:37] INFO Created 119 objects",
            "[2024-02-06 02:33:30] INFO Saving results",
            "[2024-02-06 02:33:26] INFO Found 44 classifications",
            "[2024-02-06 02:33:22] INFO Found 75 detections",
            "[2024-02-06 02:32:31] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:32:28] INFO Created 80 objects",
            "[2024-02-06 02:32:22] INFO Saving results",
            "[2024-02-06 02:32:18] INFO Found 32 classifications",
            "[2024-02-06 02:32:15] INFO Found 47 detections",
            "[2024-02-06 02:31:39] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:31:35] INFO Created 41 objects",
            "[2024-02-06 02:31:31] INFO Saving results",
            "[2024-02-06 02:31:27] INFO Found 18 classifications",
            "[2024-02-06 02:31:24] INFO Found 23 detections",
            "[2024-02-06 02:31:04] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:31:01] INFO Created 78 objects",
            "[2024-02-06 02:30:55] INFO Saving results",
            "[2024-02-06 02:30:52] INFO Found 35 classifications",
            "[2024-02-06 02:30:48] INFO Found 43 detections",
            "[2024-02-06 02:30:16] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:30:12] INFO Created 59 objects",
            "[2024-02-06 02:30:05] INFO Saving results",
            "[2024-02-06 02:30:00] INFO Found 24 classifications",
            "[2024-02-06 02:29:57] INFO Found 35 detections",
            "[2024-02-06 02:29:28] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:29:25] INFO Created 82 objects",
            "[2024-02-06 02:29:18] INFO Saving results",
            "[2024-02-06 02:29:15] INFO Found 35 classifications",
            "[2024-02-06 02:29:12] INFO Found 47 detections",
            "[2024-02-06 02:28:36] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:28:32] INFO Created 80 objects",
            "[2024-02-06 02:28:25] INFO Saving results",
            "[2024-02-06 02:28:21] INFO Found 33 classifications",
            "[2024-02-06 02:28:18] INFO Found 47 detections",
            "[2024-02-06 02:27:44] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:27:41] INFO Created 65 objects",
            "[2024-02-06 02:27:37] INFO Saving results",
            "[2024-02-06 02:27:34] INFO Found 25 classifications",
            "[2024-02-06 02:27:31] INFO Found 39 detections",
            "[2024-02-06 02:27:02] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:26:59] INFO Created 37 objects",
            "[2024-02-06 02:26:55] INFO Saving results",
            "[2024-02-06 02:26:53] INFO Found 13 classifications",
            "[2024-02-06 02:26:50] INFO Found 24 detections",
            "[2024-02-06 02:26:30] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:26:27] INFO Created 111 objects",
            "[2024-02-06 02:26:22] INFO Saving results",
            "[2024-02-06 02:26:18] INFO Found 44 classifications",
            "[2024-02-06 02:26:16] INFO Found 67 detections",
            "[2024-02-06 02:25:29] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:25:27] INFO Created 104 objects",
            "[2024-02-06 02:25:20] INFO Saving results",
            "[2024-02-06 02:25:16] INFO Found 45 classifications",
            "[2024-02-06 02:25:13] INFO Found 59 detections",
            "[2024-02-06 02:24:32] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:24:29] INFO Created 59 objects",
            "[2024-02-06 02:24:24] INFO Saving results",
            "[2024-02-06 02:24:22] INFO Found 27 classifications",
            "[2024-02-06 02:24:20] INFO Found 32 detections",
            "[2024-02-06 02:24:19] INFO Found 32 detections",
            "[2024-02-06 02:23:55] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:23:53] INFO Created 89 objects",
            "[2024-02-06 02:23:48] INFO Saving results",
            "[2024-02-06 02:23:47] INFO Saving results",
            "[2024-02-06 02:23:45] INFO Found 35 classifications",
            "[2024-02-06 02:23:43] INFO Found 54 detections",
            "[2024-02-06 02:23:07] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:23:06] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:23:04] INFO Created 49 objects",
            "[2024-02-06 02:22:59] INFO Saving results",
            "[2024-02-06 02:22:56] INFO Found 22 classifications",
            "[2024-02-06 02:22:54] INFO Found 27 detections",
            "[2024-02-06 02:22:32] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:22:30] INFO Created 67 objects",
            "[2024-02-06 02:22:26] INFO Saving results",
            "[2024-02-06 02:22:22] INFO Found 26 classifications",
            "[2024-02-06 02:22:20] INFO Found 41 detections",
            "[2024-02-06 02:21:50] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:21:48] INFO Created 79 objects",
            "[2024-02-06 02:21:44] INFO Saving results",
            "[2024-02-06 02:21:41] INFO Found 35 classifications",
            "[2024-02-06 02:21:39] INFO Found 44 detections",
            "[2024-02-06 02:21:08] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:21:06] INFO Created 66 objects",
            "[2024-02-06 02:21:01] INFO Saving results",
            "[2024-02-06 02:20:59] INFO Found 22 classifications",
            "[2024-02-06 02:20:57] INFO Found 44 detections",
            "[2024-02-06 02:20:26] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:20:24] INFO Created 102 objects",
            "[2024-02-06 02:20:19] INFO Saving results",
            "[2024-02-06 02:20:18] INFO Found 41 classifications",
            "[2024-02-06 02:20:16] INFO Found 61 detections",
            "[2024-02-06 02:20:15] INFO Found 61 detections",
            "[2024-02-06 02:19:35] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:19:33] INFO Created 145 objects",
            "[2024-02-06 02:19:26] INFO Saving results",
            "[2024-02-06 02:19:23] INFO Found 67 classifications",
            "[2024-02-06 02:19:21] INFO Found 78 detections",
            "[2024-02-06 02:18:27] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:18:25] INFO Created 82 objects",
            "[2024-02-06 02:18:21] INFO Saving results",
            "[2024-02-06 02:18:19] INFO Found 34 classifications",
            "[2024-02-06 02:18:17] INFO Found 48 detections",
            "[2024-02-06 02:17:44] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:17:43] INFO Created 75 objects",
            "[2024-02-06 02:17:39] INFO Saving results",
            "[2024-02-06 02:17:37] INFO Found 29 classifications",
            "[2024-02-06 02:17:34] INFO Found 45 detections",
            "[2024-02-06 02:17:00] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:16:59] INFO Created 36 objects",
            "[2024-02-06 02:16:56] INFO Saving results",
            "[2024-02-06 02:16:55] INFO Found 12 classifications",
            "[2024-02-06 02:16:54] INFO Found 12 classifications",
            "[2024-02-06 02:16:53] INFO Found 24 detections",
            "[2024-02-06 02:16:34] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:16:32] INFO Created 42 objects",
            "[2024-02-06 02:16:30] INFO Saving results",
            "[2024-02-06 02:16:28] INFO Found 18 classifications",
            "[2024-02-06 02:16:26] INFO Found 24 detections",
            "[2024-02-06 02:16:08] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:16:07] INFO Created 221 objects",
            "[2024-02-06 02:15:58] INFO Saving results",
            "[2024-02-06 02:15:56] INFO Found 87 classifications",
            "[2024-02-06 02:15:54] INFO Found 134 detections",
            "[2024-02-06 02:14:30] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:14:29] INFO Created 68 objects",
            "[2024-02-06 02:14:24] INFO Saving results",
            "[2024-02-06 02:14:23] INFO Found 27 classifications",
            "[2024-02-06 02:14:21] INFO Found 40 detections",
            "[2024-02-06 02:13:53] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:13:51] INFO Created 49 objects",
            "[2024-02-06 02:13:48] INFO Saving results",
            "[2024-02-06 02:13:46] INFO Found 21 classifications",
            "[2024-02-06 02:13:44] INFO Found 28 detections",
            "[2024-02-06 02:13:23] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:13:22] INFO Created 67 objects",
            "[2024-02-06 02:13:18] INFO Saving results",
            "[2024-02-06 02:13:17] INFO Found 29 classifications",
            "[2024-02-06 02:13:15] INFO Found 38 detections",
            "[2024-02-06 02:12:45] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:12:44] INFO Created 56 objects",
            "[2024-02-06 02:12:40] INFO Saving results",
            "[2024-02-06 02:12:39] INFO Found 22 classifications",
            "[2024-02-06 02:12:38] INFO Found 34 detections",
            "[2024-02-06 02:12:11] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:12:10] INFO Created 100 objects",
            "[2024-02-06 02:12:05] INFO Saving results",
            "[2024-02-06 02:12:04] INFO Found 44 classifications",
            "[2024-02-06 02:12:02] INFO Found 56 detections",
            "[2024-02-06 02:11:26] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:11:25] INFO Created 86 objects",
            "[2024-02-06 02:11:21] INFO Saving results",
            "[2024-02-06 02:11:20] INFO Found 36 classifications",
            "[2024-02-06 02:11:19] INFO Found 50 detections",
            "[2024-02-06 02:11:18] INFO Found 50 detections",
            "[2024-02-06 02:10:45] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:10:44] INFO Created 55 objects",
            "[2024-02-06 02:10:40] INFO Saving results",
            "[2024-02-06 02:10:39] INFO Found 21 classifications",
            "[2024-02-06 02:10:37] INFO Found 34 detections",
            "[2024-02-06 02:10:11] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:10:10] INFO Created 105 objects",
            "[2024-02-06 02:10:05] INFO Saving results",
            "[2024-02-06 02:10:03] INFO Found 46 classifications",
            "[2024-02-06 02:10:02] INFO Found 59 detections",
            "[2024-02-06 02:09:23] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:09:22] INFO Created 44 objects",
            "[2024-02-06 02:09:19] INFO Saving results",
            "[2024-02-06 02:09:17] INFO Found 19 classifications",
            "[2024-02-06 02:09:16] INFO Found 25 detections",
            "[2024-02-06 02:08:58] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:08:57] INFO Created 163 objects",
            "[2024-02-06 02:08:50] INFO Saving results",
            "[2024-02-06 02:08:49] INFO Found 65 classifications",
            "[2024-02-06 02:08:49] INFO Found 98 detections",
            "[2024-02-06 02:07:48] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:07:47] INFO Created 121 objects",
            "[2024-02-06 02:07:43] INFO Saving results",
            "[2024-02-06 02:07:42] INFO Found 50 classifications",
            "[2024-02-06 02:07:41] INFO Found 71 detections",
            "[2024-02-06 02:06:57] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:06:56] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:06:56] INFO Created 82 objects",
            "[2024-02-06 02:06:52] INFO Saving results",
            "[2024-02-06 02:06:52] INFO Found 37 classifications",
            "[2024-02-06 02:06:51] INFO Found 45 detections",
            "[2024-02-06 02:06:19] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:06:18] INFO Created 79 objects",
            "[2024-02-06 02:06:17] INFO Created 79 objects",
            "[2024-02-06 02:06:14] INFO Saving results",
            "[2024-02-06 02:06:13] INFO Found 29 classifications",
            "[2024-02-06 02:06:13] INFO Found 50 detections",
            "[2024-02-06 02:05:39] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:05:39] INFO Created 131 objects",
            "[2024-02-06 02:05:33] INFO Saving results",
            "[2024-02-06 02:05:33] INFO Found 49 classifications",
            "[2024-02-06 02:05:32] INFO Found 82 detections",
            "[2024-02-06 02:05:31] INFO Found 82 detections",
            "[2024-02-06 02:04:38] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:04:37] INFO Created 143 objects",
            "[2024-02-06 02:04:19] INFO Saving results",
            "[2024-02-06 02:04:16] INFO Found 51 classifications",
            "[2024-02-06 02:04:12] INFO Found 92 detections",
            "[2024-02-06 02:03:13] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:03:09] INFO Created 94 objects",
            "[2024-02-06 02:02:58] INFO Saving results",
            "[2024-02-06 02:02:57] INFO Found 42 classifications",
            "[2024-02-06 02:02:56] INFO Found 52 detections",
            "[2024-02-06 02:02:19] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:02:16] INFO Created 92 objects",
            "[2024-02-06 02:01:58] INFO Saving results",
            "[2024-02-06 02:01:54] INFO Found 40 classifications",
            "[2024-02-06 02:01:51] INFO Found 52 detections",
            "[2024-02-06 02:01:14] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:01:12] INFO Created 91 objects",
            "[2024-02-06 02:00:51] INFO Saving results",
            "[2024-02-06 02:00:50] INFO Saving results",
            "[2024-02-06 02:00:49] INFO Found 41 classifications",
            "[2024-02-06 02:00:48] INFO Found 41 classifications",
            "[2024-02-06 02:00:47] INFO Found 50 detections",
            "[2024-02-06 02:00:14] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:00:13] INFO Created 46 objects",
            "[2024-02-06 02:00:12] INFO Created 46 objects",
            "[2024-02-06 02:00:07] INFO Saving results",
            "[2024-02-06 02:00:07] INFO Found 21 classifications",
            "[2024-02-06 02:00:07] INFO Found 25 detections",
            "[2024-02-06 02:00:06] INFO Found 25 detections",
            "[2024-02-06 01:59:47] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 01:59:47] INFO Created 41 objects",
            "[2024-02-06 01:59:44] INFO Saving results",
            "[2024-02-06 01:59:44] INFO Found 17 classifications",
            "[2024-02-06 01:59:44] INFO Found 24 detections",
            "[2024-02-06 01:59:26] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 01:59:26] INFO Created 138 objects",
            "[2024-02-06 01:59:21] INFO Saving results",
            "[2024-02-06 01:59:21] INFO Found 57 classifications",
            "[2024-02-06 01:59:10] INFO Found 81 detections",
            "[2024-02-06 01:59:09] INFO Found 81 detections",
            "[2024-02-06 01:59:08] INFO Found 81 detections",
            "[2024-02-06 01:58:12] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 01:58:12] INFO Created 39 objects",
            "[2024-02-06 01:58:09] INFO Saving results",
            "[2024-02-06 01:58:09] INFO Found 14 classifications",
            "[2024-02-06 01:58:03] INFO Found 25 detections",
            "[2024-02-06 01:58:01] INFO Found 25 detections",
            "[2024-02-06 01:57:59] INFO Found 25 detections",
            "[2024-02-06 01:57:27] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 01:57:26] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 01:57:24] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 01:57:23] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 01:57:11] INFO Created 72 objects",
            "[2024-02-06 01:57:09] INFO Created 72 objects",
            "[2024-02-06 01:57:08] INFO Created 72 objects",
            "[2024-02-06 01:57:07] INFO Created 72 objects",
            "[2024-02-06 01:53:23] INFO Saving results",
            "[2024-02-06 01:53:23] INFO Found 31 classifications",
            "[2024-02-06 01:53:22] INFO Found 41 detections",
            "[2024-02-06 01:53:21] INFO Found 41 detections",
            "[2024-02-06 01:53:19] INFO Found 41 detections",
            "[2024-02-06 01:53:18] INFO Found 41 detections",
            "[2024-02-06 01:52:48] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 01:52:48] INFO Created 107 objects",
            "[2024-02-06 01:52:40] INFO Saving results",
            "[2024-02-06 01:52:40] INFO Found 39 classifications",
            "[2024-02-06 01:52:40] INFO Found 68 detections",
            "[2024-02-06 01:51:57] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 01:51:56] WARNING Limiting number of images to 1000 (out of 518257)",
            "[2024-02-06 01:51:55] INFO Shuffling images",
            "[2024-02-06 01:51:55] INFO Found 518257 images to process",
            "[2024-02-06 01:51:24] INFO Changing status of job 271 to STARTED",
            "[2024-02-06 01:51:24] INFO Running job #271 \"Mothra - Everything (shuffle)\" (PENDING)",
            "[2024-02-06 01:51:23] INFO Changing status of job 271 to PENDING"
        ]
    },
    "logs": {
        "stdout": [
            "[2024-02-06 02:42:17] INFO Changing status of job 271 to FAILURE",
            "[2024-02-06 02:42:11] ERROR Job #271 \"Mothra - Everything (shuffle)\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process",
            "[2024-02-06 02:42:06] ERROR Job #271 \"Mothra - Everything (shuffle)\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process",
            "[2024-02-06 02:41:54] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:41:49] INFO Created 54 objects",
            "[2024-02-06 02:41:43] INFO Saving results",
            "[2024-02-06 02:41:39] INFO Found 19 classifications",
            "[2024-02-06 02:41:34] INFO Found 35 detections",
            "[2024-02-06 02:41:06] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:41:01] INFO Created 37 objects",
            "[2024-02-06 02:40:56] INFO Saving results",
            "[2024-02-06 02:40:55] INFO Saving results",
            "[2024-02-06 02:40:51] INFO Found 14 classifications",
            "[2024-02-06 02:40:50] INFO Found 14 classifications",
            "[2024-02-06 02:40:46] INFO Found 23 detections",
            "[2024-02-06 02:40:25] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:40:20] INFO Created 58 objects",
            "[2024-02-06 02:40:15] INFO Saving results",
            "[2024-02-06 02:40:14] INFO Saving results",
            "[2024-02-06 02:40:10] INFO Found 26 classifications",
            "[2024-02-06 02:40:06] INFO Found 32 detections",
            "[2024-02-06 02:39:41] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:39:40] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:39:36] INFO Created 71 objects",
            "[2024-02-06 02:39:29] INFO Saving results",
            "[2024-02-06 02:39:25] INFO Found 33 classifications",
            "[2024-02-06 02:39:20] INFO Found 38 detections",
            "[2024-02-06 02:38:50] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:38:46] INFO Created 55 objects",
            "[2024-02-06 02:38:40] INFO Saving results",
            "[2024-02-06 02:38:39] INFO Saving results",
            "[2024-02-06 02:38:35] INFO Found 25 classifications",
            "[2024-02-06 02:38:31] INFO Found 30 detections",
            "[2024-02-06 02:38:06] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:38:01] INFO Created 48 objects",
            "[2024-02-06 02:37:56] INFO Saving results",
            "[2024-02-06 02:37:52] INFO Found 22 classifications",
            "[2024-02-06 02:37:47] INFO Found 26 detections",
            "[2024-02-06 02:37:25] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:37:21] INFO Created 95 objects",
            "[2024-02-06 02:37:15] INFO Saving results",
            "[2024-02-06 02:37:14] INFO Saving results",
            "[2024-02-06 02:37:11] INFO Found 39 classifications",
            "[2024-02-06 02:37:07] INFO Found 56 detections",
            "[2024-02-06 02:36:27] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:36:26] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:36:22] INFO Created 68 objects",
            "[2024-02-06 02:36:16] INFO Saving results",
            "[2024-02-06 02:36:12] INFO Found 30 classifications",
            "[2024-02-06 02:36:08] INFO Found 38 detections",
            "[2024-02-06 02:35:38] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:35:34] INFO Created 88 objects",
            "[2024-02-06 02:35:27] INFO Saving results",
            "[2024-02-06 02:35:23] INFO Found 33 classifications",
            "[2024-02-06 02:35:19] INFO Found 55 detections",
            "[2024-02-06 02:34:38] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:34:32] INFO Created 82 objects",
            "[2024-02-06 02:34:25] INFO Saving results",
            "[2024-02-06 02:34:21] INFO Found 34 classifications",
            "[2024-02-06 02:34:17] INFO Found 48 detections",
            "[2024-02-06 02:33:41] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:33:37] INFO Created 119 objects",
            "[2024-02-06 02:33:30] INFO Saving results",
            "[2024-02-06 02:33:26] INFO Found 44 classifications",
            "[2024-02-06 02:33:22] INFO Found 75 detections",
            "[2024-02-06 02:32:31] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:32:28] INFO Created 80 objects",
            "[2024-02-06 02:32:22] INFO Saving results",
            "[2024-02-06 02:32:18] INFO Found 32 classifications",
            "[2024-02-06 02:32:15] INFO Found 47 detections",
            "[2024-02-06 02:31:39] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:31:35] INFO Created 41 objects",
            "[2024-02-06 02:31:31] INFO Saving results",
            "[2024-02-06 02:31:27] INFO Found 18 classifications",
            "[2024-02-06 02:31:24] INFO Found 23 detections",
            "[2024-02-06 02:31:04] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:31:01] INFO Created 78 objects",
            "[2024-02-06 02:30:55] INFO Saving results",
            "[2024-02-06 02:30:52] INFO Found 35 classifications",
            "[2024-02-06 02:30:48] INFO Found 43 detections",
            "[2024-02-06 02:30:16] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:30:12] INFO Created 59 objects",
            "[2024-02-06 02:30:05] INFO Saving results",
            "[2024-02-06 02:30:00] INFO Found 24 classifications",
            "[2024-02-06 02:29:57] INFO Found 35 detections",
            "[2024-02-06 02:29:28] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:29:25] INFO Created 82 objects",
            "[2024-02-06 02:29:18] INFO Saving results",
            "[2024-02-06 02:29:15] INFO Found 35 classifications",
            "[2024-02-06 02:29:12] INFO Found 47 detections",
            "[2024-02-06 02:28:36] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:28:32] INFO Created 80 objects",
            "[2024-02-06 02:28:25] INFO Saving results",
            "[2024-02-06 02:28:21] INFO Found 33 classifications",
            "[2024-02-06 02:28:18] INFO Found 47 detections",
            "[2024-02-06 02:27:44] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:27:41] INFO Created 65 objects",
            "[2024-02-06 02:27:37] INFO Saving results",
            "[2024-02-06 02:27:34] INFO Found 25 classifications",
            "[2024-02-06 02:27:31] INFO Found 39 detections",
            "[2024-02-06 02:27:02] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:26:59] INFO Created 37 objects",
            "[2024-02-06 02:26:55] INFO Saving results",
            "[2024-02-06 02:26:53] INFO Found 13 classifications",
            "[2024-02-06 02:26:50] INFO Found 24 detections",
            "[2024-02-06 02:26:30] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:26:27] INFO Created 111 objects",
            "[2024-02-06 02:26:22] INFO Saving results",
            "[2024-02-06 02:26:18] INFO Found 44 classifications",
            "[2024-02-06 02:26:16] INFO Found 67 detections",
            "[2024-02-06 02:25:29] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:25:27] INFO Created 104 objects",
            "[2024-02-06 02:25:20] INFO Saving results",
            "[2024-02-06 02:25:16] INFO Found 45 classifications",
            "[2024-02-06 02:25:13] INFO Found 59 detections",
            "[2024-02-06 02:24:32] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:24:29] INFO Created 59 objects",
            "[2024-02-06 02:24:24] INFO Saving results",
            "[2024-02-06 02:24:22] INFO Found 27 classifications",
            "[2024-02-06 02:24:20] INFO Found 32 detections",
            "[2024-02-06 02:24:19] INFO Found 32 detections",
            "[2024-02-06 02:23:55] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:23:53] INFO Created 89 objects",
            "[2024-02-06 02:23:48] INFO Saving results",
            "[2024-02-06 02:23:47] INFO Saving results",
            "[2024-02-06 02:23:45] INFO Found 35 classifications",
            "[2024-02-06 02:23:43] INFO Found 54 detections",
            "[2024-02-06 02:23:07] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:23:06] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:23:04] INFO Created 49 objects",
            "[2024-02-06 02:22:59] INFO Saving results",
            "[2024-02-06 02:22:56] INFO Found 22 classifications",
            "[2024-02-06 02:22:54] INFO Found 27 detections",
            "[2024-02-06 02:22:32] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:22:30] INFO Created 67 objects",
            "[2024-02-06 02:22:26] INFO Saving results",
            "[2024-02-06 02:22:22] INFO Found 26 classifications",
            "[2024-02-06 02:22:20] INFO Found 41 detections",
            "[2024-02-06 02:21:50] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:21:48] INFO Created 79 objects",
            "[2024-02-06 02:21:44] INFO Saving results",
            "[2024-02-06 02:21:41] INFO Found 35 classifications",
            "[2024-02-06 02:21:39] INFO Found 44 detections",
            "[2024-02-06 02:21:08] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:21:06] INFO Created 66 objects",
            "[2024-02-06 02:21:01] INFO Saving results",
            "[2024-02-06 02:20:59] INFO Found 22 classifications",
            "[2024-02-06 02:20:57] INFO Found 44 detections",
            "[2024-02-06 02:20:26] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:20:24] INFO Created 102 objects",
            "[2024-02-06 02:20:19] INFO Saving results",
            "[2024-02-06 02:20:18] INFO Found 41 classifications",
            "[2024-02-06 02:20:16] INFO Found 61 detections",
            "[2024-02-06 02:20:15] INFO Found 61 detections",
            "[2024-02-06 02:19:35] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:19:33] INFO Created 145 objects",
            "[2024-02-06 02:19:26] INFO Saving results",
            "[2024-02-06 02:19:23] INFO Found 67 classifications",
            "[2024-02-06 02:19:21] INFO Found 78 detections",
            "[2024-02-06 02:18:27] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:18:25] INFO Created 82 objects",
            "[2024-02-06 02:18:21] INFO Saving results",
            "[2024-02-06 02:18:19] INFO Found 34 classifications",
            "[2024-02-06 02:18:17] INFO Found 48 detections",
            "[2024-02-06 02:17:44] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:17:43] INFO Created 75 objects",
            "[2024-02-06 02:17:39] INFO Saving results",
            "[2024-02-06 02:17:37] INFO Found 29 classifications",
            "[2024-02-06 02:17:34] INFO Found 45 detections",
            "[2024-02-06 02:17:00] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:16:59] INFO Created 36 objects",
            "[2024-02-06 02:16:56] INFO Saving results",
            "[2024-02-06 02:16:55] INFO Found 12 classifications",
            "[2024-02-06 02:16:54] INFO Found 12 classifications",
            "[2024-02-06 02:16:53] INFO Found 24 detections",
            "[2024-02-06 02:16:34] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:16:32] INFO Created 42 objects",
            "[2024-02-06 02:16:30] INFO Saving results",
            "[2024-02-06 02:16:28] INFO Found 18 classifications",
            "[2024-02-06 02:16:26] INFO Found 24 detections",
            "[2024-02-06 02:16:08] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:16:07] INFO Created 221 objects",
            "[2024-02-06 02:15:58] INFO Saving results",
            "[2024-02-06 02:15:56] INFO Found 87 classifications",
            "[2024-02-06 02:15:54] INFO Found 134 detections",
            "[2024-02-06 02:14:30] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:14:29] INFO Created 68 objects",
            "[2024-02-06 02:14:24] INFO Saving results",
            "[2024-02-06 02:14:23] INFO Found 27 classifications",
            "[2024-02-06 02:14:21] INFO Found 40 detections",
            "[2024-02-06 02:13:53] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:13:51] INFO Created 49 objects",
            "[2024-02-06 02:13:48] INFO Saving results",
            "[2024-02-06 02:13:46] INFO Found 21 classifications",
            "[2024-02-06 02:13:44] INFO Found 28 detections",
            "[2024-02-06 02:13:23] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:13:22] INFO Created 67 objects",
            "[2024-02-06 02:13:18] INFO Saving results",
            "[2024-02-06 02:13:17] INFO Found 29 classifications",
            "[2024-02-06 02:13:15] INFO Found 38 detections",
            "[2024-02-06 02:12:45] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:12:44] INFO Created 56 objects",
            "[2024-02-06 02:12:40] INFO Saving results",
            "[2024-02-06 02:12:39] INFO Found 22 classifications",
            "[2024-02-06 02:12:38] INFO Found 34 detections",
            "[2024-02-06 02:12:11] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:12:10] INFO Created 100 objects",
            "[2024-02-06 02:12:05] INFO Saving results",
            "[2024-02-06 02:12:04] INFO Found 44 classifications",
            "[2024-02-06 02:12:02] INFO Found 56 detections",
            "[2024-02-06 02:11:26] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:11:25] INFO Created 86 objects",
            "[2024-02-06 02:11:21] INFO Saving results",
            "[2024-02-06 02:11:20] INFO Found 36 classifications",
            "[2024-02-06 02:11:19] INFO Found 50 detections",
            "[2024-02-06 02:11:18] INFO Found 50 detections",
            "[2024-02-06 02:10:45] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:10:44] INFO Created 55 objects",
            "[2024-02-06 02:10:40] INFO Saving results",
            "[2024-02-06 02:10:39] INFO Found 21 classifications",
            "[2024-02-06 02:10:37] INFO Found 34 detections",
            "[2024-02-06 02:10:11] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:10:10] INFO Created 105 objects",
            "[2024-02-06 02:10:05] INFO Saving results",
            "[2024-02-06 02:10:03] INFO Found 46 classifications",
            "[2024-02-06 02:10:02] INFO Found 59 detections",
            "[2024-02-06 02:09:23] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:09:22] INFO Created 44 objects",
            "[2024-02-06 02:09:19] INFO Saving results",
            "[2024-02-06 02:09:17] INFO Found 19 classifications",
            "[2024-02-06 02:09:16] INFO Found 25 detections",
            "[2024-02-06 02:08:58] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:08:57] INFO Created 163 objects",
            "[2024-02-06 02:08:50] INFO Saving results",
            "[2024-02-06 02:08:49] INFO Found 65 classifications",
            "[2024-02-06 02:08:49] INFO Found 98 detections",
            "[2024-02-06 02:07:48] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:07:47] INFO Created 121 objects",
            "[2024-02-06 02:07:43] INFO Saving results",
            "[2024-02-06 02:07:42] INFO Found 50 classifications",
            "[2024-02-06 02:07:41] INFO Found 71 detections",
            "[2024-02-06 02:06:57] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:06:56] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:06:56] INFO Created 82 objects",
            "[2024-02-06 02:06:52] INFO Saving results",
            "[2024-02-06 02:06:52] INFO Found 37 classifications",
            "[2024-02-06 02:06:51] INFO Found 45 detections",
            "[2024-02-06 02:06:19] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:06:18] INFO Created 79 objects",
            "[2024-02-06 02:06:17] INFO Created 79 objects",
            "[2024-02-06 02:06:14] INFO Saving results",
            "[2024-02-06 02:06:13] INFO Found 29 classifications",
            "[2024-02-06 02:06:13] INFO Found 50 detections",
            "[2024-02-06 02:05:39] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:05:39] INFO Created 131 objects",
            "[2024-02-06 02:05:33] INFO Saving results",
            "[2024-02-06 02:05:33] INFO Found 49 classifications",
            "[2024-02-06 02:05:32] INFO Found 82 detections",
            "[2024-02-06 02:05:31] INFO Found 82 detections",
            "[2024-02-06 02:04:38] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:04:37] INFO Created 143 objects",
            "[2024-02-06 02:04:19] INFO Saving results",
            "[2024-02-06 02:04:16] INFO Found 51 classifications",
            "[2024-02-06 02:04:12] INFO Found 92 detections",
            "[2024-02-06 02:03:13] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:03:09] INFO Created 94 objects",
            "[2024-02-06 02:02:58] INFO Saving results",
            "[2024-02-06 02:02:57] INFO Found 42 classifications",
            "[2024-02-06 02:02:56] INFO Found 52 detections",
            "[2024-02-06 02:02:19] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:02:16] INFO Created 92 objects",
            "[2024-02-06 02:01:58] INFO Saving results",
            "[2024-02-06 02:01:54] INFO Found 40 classifications",
            "[2024-02-06 02:01:51] INFO Found 52 detections",
            "[2024-02-06 02:01:14] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:01:12] INFO Created 91 objects",
            "[2024-02-06 02:00:51] INFO Saving results",
            "[2024-02-06 02:00:50] INFO Saving results",
            "[2024-02-06 02:00:49] INFO Found 41 classifications",
            "[2024-02-06 02:00:48] INFO Found 41 classifications",
            "[2024-02-06 02:00:47] INFO Found 50 detections",
            "[2024-02-06 02:00:14] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 02:00:13] INFO Created 46 objects",
            "[2024-02-06 02:00:12] INFO Created 46 objects",
            "[2024-02-06 02:00:07] INFO Saving results",
            "[2024-02-06 02:00:07] INFO Found 21 classifications",
            "[2024-02-06 02:00:07] INFO Found 25 detections",
            "[2024-02-06 02:00:06] INFO Found 25 detections",
            "[2024-02-06 01:59:47] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 01:59:47] INFO Created 41 objects",
            "[2024-02-06 01:59:44] INFO Saving results",
            "[2024-02-06 01:59:44] INFO Found 17 classifications",
            "[2024-02-06 01:59:44] INFO Found 24 detections",
            "[2024-02-06 01:59:26] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 01:59:26] INFO Created 138 objects",
            "[2024-02-06 01:59:21] INFO Saving results",
            "[2024-02-06 01:59:21] INFO Found 57 classifications",
            "[2024-02-06 01:59:10] INFO Found 81 detections",
            "[2024-02-06 01:59:09] INFO Found 81 detections",
            "[2024-02-06 01:59:08] INFO Found 81 detections",
            "[2024-02-06 01:58:12] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 01:58:12] INFO Created 39 objects",
            "[2024-02-06 01:58:09] INFO Saving results",
            "[2024-02-06 01:58:09] INFO Found 14 classifications",
            "[2024-02-06 01:58:03] INFO Found 25 detections",
            "[2024-02-06 01:58:01] INFO Found 25 detections",
            "[2024-02-06 01:57:59] INFO Found 25 detections",
            "[2024-02-06 01:57:27] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 01:57:26] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 01:57:24] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 01:57:23] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 01:57:11] INFO Created 72 objects",
            "[2024-02-06 01:57:09] INFO Created 72 objects",
            "[2024-02-06 01:57:08] INFO Created 72 objects",
            "[2024-02-06 01:57:07] INFO Created 72 objects",
            "[2024-02-06 01:53:23] INFO Saving results",
            "[2024-02-06 01:53:23] INFO Found 31 classifications",
            "[2024-02-06 01:53:22] INFO Found 41 detections",
            "[2024-02-06 01:53:21] INFO Found 41 detections",
            "[2024-02-06 01:53:19] INFO Found 41 detections",
            "[2024-02-06 01:53:18] INFO Found 41 detections",
            "[2024-02-06 01:52:48] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 01:52:48] INFO Created 107 objects",
            "[2024-02-06 01:52:40] INFO Saving results",
            "[2024-02-06 01:52:40] INFO Found 39 classifications",
            "[2024-02-06 01:52:40] INFO Found 68 detections",
            "[2024-02-06 01:51:57] INFO Sending 4 images to ML backend quebec_vermont_moths_2023",
            "[2024-02-06 01:51:56] WARNING Limiting number of images to 1000 (out of 518257)",
            "[2024-02-06 01:51:55] INFO Shuffling images",
            "[2024-02-06 01:51:55] INFO Found 518257 images to process",
            "[2024-02-06 01:51:24] INFO Changing status of job 271 to STARTED",
            "[2024-02-06 01:51:24] INFO Running job #271 \"Mothra - Everything (shuffle)\" (PENDING)",
            "[2024-02-06 01:51:23] INFO Changing status of job 271 to PENDING"
        ],
        "stderr": [
            "Job #271 \"Mothra - Everything (shuffle)\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process"
        ]
    },
    "job_type": {
        "name": "ML pipeline",
        "key": "ml"
    },
    "data_export": null,
    "dispatch_mode": "internal",
    "result": null,
    "user_permissions": []
}