Job Instance
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/226/?format=api
{ "id": 226, "details": "https://api.beluga.insectai.org/api/v2/jobs/226/?format=api", "name": "End of nights", "delay": 0, "limit": 100, "shuffle": true, "project": { "id": 1, "name": "UK Centre for Ecology & Hydrology", "details": "https://api.beluga.insectai.org/api/v2/projects/1/?format=api", "user_permissions": [] }, "deployment": null, "source_image_collection": { "id": 22, "name": "UK, End of nights", "details": "https://api.beluga.insectai.org/api/v2/captures/collections/22/?format=api", "method": "last_and_random_from_each_event", "user_permissions": [] }, "source_image_single": null, "pipeline": { "id": 2, "details": "https://api.beluga.insectai.org/api/v2/ml/pipelines/2/?format=api", "name": "UK & Denmark moths", "slug": "uk_denmark_moths_2023", "description": "", "version": 1, "version_name": "", "created_at": "2023-11-10T02:42:02.618036", "updated_at": "2026-04-01T17:09:36.587352", "user_permissions": [] }, "status": "FAILURE", "created_at": "2023-12-04T00:09:46.533440", "updated_at": "2024-11-13T17:15:35.383839", "started_at": "2023-12-04T00:09:48.497160", "finished_at": null, "duration": null, "progress": { "summary": { "status": "FAILURE", "progress": 0.84 }, "stages": [ { "status": "SUCCESS", "progress": 1.0, "key": "collect", "name": "Collect", "params": [ { "name": "Total Images", "key": "total_images", "category": "default", "value": 222 }, { "name": "Limit", "key": "limit", "category": "default", "value": 100 } ] }, { "status": "STARTED", "progress": 0.76, "key": "process", "name": "Process", "params": [ { "name": "Proccessed", "key": "proccessed", "category": "default", "value": 76 }, { "name": "Remaining", "key": "remaining", "category": "default", "value": 24 }, { "name": "Detections", "key": "detections", "category": "default", "value": 399 }, { "name": "Classifications", "key": "classifications", "category": "default", "value": 334 } ] }, { "status": "STARTED", "progress": 0.76, "key": "results", "name": "Results", "params": [ { "name": "Objects created", "key": "objects_created", "category": "default", "value": 20 } ] } ], "errors": [ "Job #226 \"End of nights\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process" ], "logs": [ "[2023-12-04 00:28:17] INFO Changing status of job 226 to FAILURE", "[2023-12-04 00:28:15] ERROR Job #226 \"End of nights\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process", "[2023-12-04 00:28:13] ERROR Job #226 \"End of nights\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process", "[2023-12-04 00:28:12] ERROR Job #226 \"End of nights\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process", "[2023-12-04 00:28:09] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:28:06] INFO Created 20 objects", "[2023-12-04 00:28:03] INFO Saving results", "[2023-12-04 00:28:01] INFO Found 9 classifications", "[2023-12-04 00:27:51] INFO Found 11 detections", "[2023-12-04 00:27:39] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:27:35] INFO Created 60 objects", "[2023-12-04 00:27:21] INFO Saving results", "[2023-12-04 00:27:10] INFO Found 28 classifications", "[2023-12-04 00:27:04] INFO Found 32 detections", "[2023-12-04 00:26:40] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:26:36] INFO Created 2 objects", "[2023-12-04 00:26:33] INFO Saving results", "[2023-12-04 00:26:30] INFO Found 1 classifications", "[2023-12-04 00:26:25] INFO Found 1 detections", "[2023-12-04 00:26:18] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:26:15] INFO Created 40 objects", "[2023-12-04 00:26:14] INFO Created 40 objects", "[2023-12-04 00:25:56] INFO Saving results", "[2023-12-04 00:25:52] INFO Found 19 classifications", "[2023-12-04 00:25:47] INFO Found 21 detections", "[2023-12-04 00:25:02] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:24:29] INFO Created 28 objects", "[2023-12-04 00:23:20] INFO Saving results", "[2023-12-04 00:22:31] INFO Found 13 classifications", "[2023-12-04 00:22:13] INFO Found 15 detections", "[2023-12-04 00:22:12] INFO Found 15 detections", "[2023-12-04 00:21:34] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:21:33] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:21:21] INFO Created 25 objects", "[2023-12-04 00:20:24] INFO Saving results", "[2023-12-04 00:20:05] INFO Found 12 classifications", "[2023-12-04 00:20:04] INFO Found 12 classifications", "[2023-12-04 00:19:38] INFO Found 13 detections", "[2023-12-04 00:18:57] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:18:47] INFO Created 61 objects", "[2023-12-04 00:18:23] INFO Saving results", "[2023-12-04 00:18:22] INFO Saving results", "[2023-12-04 00:17:39] INFO Found 29 classifications", "[2023-12-04 00:16:59] INFO Found 32 detections", "[2023-12-04 00:16:35] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:16:33] INFO Created 19 objects", "[2023-12-04 00:16:31] INFO Saving results", "[2023-12-04 00:16:29] INFO Found 7 classifications", "[2023-12-04 00:16:28] INFO Found 12 detections", "[2023-12-04 00:16:15] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:16:12] INFO Created 19 objects", "[2023-12-04 00:16:08] INFO Saving results", "[2023-12-04 00:16:06] INFO Found 8 classifications", "[2023-12-04 00:16:04] INFO Found 11 detections", "[2023-12-04 00:15:51] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:15:50] INFO Created 22 objects", "[2023-12-04 00:15:46] INFO Saving results", "[2023-12-04 00:15:45] INFO Saving results", "[2023-12-04 00:15:44] INFO Found 11 classifications", "[2023-12-04 00:15:43] INFO Found 11 classifications", "[2023-12-04 00:15:42] INFO Found 11 detections", "[2023-12-04 00:15:31] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:15:30] INFO Created 12 objects", "[2023-12-04 00:15:27] INFO Saving results", "[2023-12-04 00:15:25] INFO Found 6 classifications", "[2023-12-04 00:15:24] INFO Found 6 detections", "[2023-12-04 00:15:15] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:15:13] INFO Created 4 objects", "[2023-12-04 00:15:12] INFO Saving results", "[2023-12-04 00:15:10] INFO Found 1 classifications", "[2023-12-04 00:15:08] INFO Found 3 detections", "[2023-12-04 00:15:03] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:15:02] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:15:01] INFO Saving results", "[2023-12-04 00:14:57] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:14:56] INFO Created 27 objects", "[2023-12-04 00:14:54] INFO Saving results", "[2023-12-04 00:14:52] INFO Found 13 classifications", "[2023-12-04 00:14:51] INFO Found 14 detections", "[2023-12-04 00:14:36] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:14:35] INFO Created 6 objects", "[2023-12-04 00:14:33] INFO Saving results", "[2023-12-04 00:14:32] INFO Found 3 classifications", "[2023-12-04 00:14:31] INFO Found 3 detections", "[2023-12-04 00:14:25] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:14:24] INFO Created 49 objects", "[2023-12-04 00:14:21] INFO Saving results", "[2023-12-04 00:14:19] INFO Found 24 classifications", "[2023-12-04 00:14:18] INFO Found 25 detections", "[2023-12-04 00:13:58] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:13:56] INFO Created 2 objects", "[2023-12-04 00:13:55] INFO Saving results", "[2023-12-04 00:13:54] INFO Found 1 classifications", "[2023-12-04 00:13:53] INFO Found 1 detections", "[2023-12-04 00:13:48] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:13:47] INFO Created 2 objects", "[2023-12-04 00:13:46] INFO Saving results", "[2023-12-04 00:13:45] INFO Found 1 classifications", "[2023-12-04 00:13:44] INFO Found 1 detections", "[2023-12-04 00:13:39] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:13:38] INFO Created 2 objects", "[2023-12-04 00:13:37] INFO Saving results", "[2023-12-04 00:13:36] INFO Found 1 classifications", "[2023-12-04 00:13:35] INFO Found 1 detections", "[2023-12-04 00:13:30] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:13:29] INFO Created 6 objects", "[2023-12-04 00:13:28] INFO Saving results", "[2023-12-04 00:13:27] INFO Found 3 classifications", "[2023-12-04 00:13:26] INFO Found 3 detections", "[2023-12-04 00:13:20] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:13:19] INFO Created 12 objects", "[2023-12-04 00:13:18] INFO Saving results", "[2023-12-04 00:13:17] INFO Found 5 classifications", "[2023-12-04 00:13:16] INFO Found 7 detections", "[2023-12-04 00:13:08] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:13:07] INFO Created 15 objects", "[2023-12-04 00:13:06] INFO Saving results", "[2023-12-04 00:13:05] INFO Saving results", "[2023-12-04 00:13:05] INFO Found 6 classifications", "[2023-12-04 00:13:04] INFO Found 9 detections", "[2023-12-04 00:12:55] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:12:54] INFO Created 3 objects", "[2023-12-04 00:12:54] INFO Saving results", "[2023-12-04 00:12:53] INFO Found 1 classifications", "[2023-12-04 00:12:52] INFO Found 2 detections", "[2023-12-04 00:12:48] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:12:47] INFO Created 36 objects", "[2023-12-04 00:12:45] INFO Saving results", "[2023-12-04 00:12:44] INFO Found 16 classifications", "[2023-12-04 00:12:43] INFO Found 20 detections", "[2023-12-04 00:12:25] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:12:25] INFO Created 7 objects", "[2023-12-04 00:12:24] INFO Saving results", "[2023-12-04 00:12:23] INFO Found 3 classifications", "[2023-12-04 00:12:22] INFO Found 4 detections", "[2023-12-04 00:12:17] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:12:16] INFO Created 1 objects", "[2023-12-04 00:12:16] INFO Saving results", "[2023-12-04 00:12:15] INFO Found 1 detections", "[2023-12-04 00:12:11] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:12:10] INFO Created 33 objects", "[2023-12-04 00:12:09] INFO Saving results", "[2023-12-04 00:12:08] INFO Found 14 classifications", "[2023-12-04 00:12:08] INFO Found 19 detections", "[2023-12-04 00:11:54] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:11:53] INFO Created 7 objects", "[2023-12-04 00:11:53] INFO Saving results", "[2023-12-04 00:11:52] INFO Found 3 classifications", "[2023-12-04 00:11:51] INFO Found 4 detections", "[2023-12-04 00:11:46] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:11:46] INFO Created 6 objects", "[2023-12-04 00:11:45] INFO Saving results", "[2023-12-04 00:11:45] INFO Found 3 classifications", "[2023-12-04 00:11:44] INFO Found 3 detections", "[2023-12-04 00:11:40] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:11:40] INFO Created 41 objects", "[2023-12-04 00:11:39] INFO Created 41 objects", "[2023-12-04 00:11:38] INFO Saving results", "[2023-12-04 00:11:37] INFO Found 19 classifications", "[2023-12-04 00:11:37] INFO Found 22 detections", "[2023-12-04 00:11:19] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:11:18] INFO Created 7 objects", "[2023-12-04 00:11:18] INFO Saving results", "[2023-12-04 00:11:17] INFO Found 3 classifications", "[2023-12-04 00:11:17] INFO Found 4 detections", "[2023-12-04 00:11:12] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:11:11] INFO Created 5 objects", "[2023-12-04 00:11:11] INFO Saving results", "[2023-12-04 00:11:11] INFO Found 1 classifications", "[2023-12-04 00:11:10] INFO Found 4 detections", "[2023-12-04 00:11:05] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:11:05] INFO Created 42 objects", "[2023-12-04 00:11:03] INFO Saving results", "[2023-12-04 00:11:03] INFO Found 20 classifications", "[2023-12-04 00:11:03] INFO Found 22 detections", "[2023-12-04 00:10:46] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:10:46] INFO Created 19 objects", "[2023-12-04 00:10:45] INFO Saving results", "[2023-12-04 00:10:45] INFO Found 9 classifications", "[2023-12-04 00:10:45] INFO Found 10 detections", "[2023-12-04 00:10:44] INFO Found 10 detections", "[2023-12-04 00:10:35] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:10:35] INFO Created 33 objects", "[2023-12-04 00:10:34] INFO Created 33 objects", "[2023-12-04 00:10:33] INFO Saving results", "[2023-12-04 00:10:33] INFO Found 14 classifications", "[2023-12-04 00:10:33] INFO Found 18 detections", "[2023-12-04 00:10:18] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:10:18] INFO Created 2 objects", "[2023-12-04 00:10:18] INFO Saving results", "[2023-12-04 00:10:18] INFO Found 1 classifications", "[2023-12-04 00:10:18] INFO Found 1 detections", "[2023-12-04 00:10:14] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:10:14] INFO Created 23 objects", "[2023-12-04 00:10:13] INFO Saving results", "[2023-12-04 00:10:13] INFO Found 10 classifications", "[2023-12-04 00:10:13] INFO Found 13 detections", "[2023-12-04 00:10:03] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:10:03] INFO Created 36 objects", "[2023-12-04 00:10:02] INFO Saving results", "[2023-12-04 00:10:02] INFO Found 16 classifications", "[2023-12-04 00:10:02] INFO Found 20 detections", "[2023-12-04 00:09:48] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:09:48] WARNING Limiting number of images to 100 (out of 222)", "[2023-12-04 00:09:48] INFO Shuffling images", "[2023-12-04 00:09:48] INFO Found 222 images to process", "[2023-12-04 00:09:48] INFO Changing status of job 226 to STARTED", "[2023-12-04 00:09:48] INFO Running job #226 \"End of nights\" (PENDING)", "[2023-12-04 00:09:48] INFO Changing status of job 226 to PENDING" ] }, "logs": { "stdout": [ "[2023-12-04 00:28:17] INFO Changing status of job 226 to FAILURE", "[2023-12-04 00:28:15] ERROR Job #226 \"End of nights\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process", "[2023-12-04 00:28:13] ERROR Job #226 \"End of nights\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process", "[2023-12-04 00:28:12] ERROR Job #226 \"End of nights\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process", "[2023-12-04 00:28:09] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:28:06] INFO Created 20 objects", "[2023-12-04 00:28:03] INFO Saving results", "[2023-12-04 00:28:01] INFO Found 9 classifications", "[2023-12-04 00:27:51] INFO Found 11 detections", "[2023-12-04 00:27:39] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:27:35] INFO Created 60 objects", "[2023-12-04 00:27:21] INFO Saving results", "[2023-12-04 00:27:10] INFO Found 28 classifications", "[2023-12-04 00:27:04] INFO Found 32 detections", "[2023-12-04 00:26:40] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:26:36] INFO Created 2 objects", "[2023-12-04 00:26:33] INFO Saving results", "[2023-12-04 00:26:30] INFO Found 1 classifications", "[2023-12-04 00:26:25] INFO Found 1 detections", "[2023-12-04 00:26:18] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:26:15] INFO Created 40 objects", "[2023-12-04 00:26:14] INFO Created 40 objects", "[2023-12-04 00:25:56] INFO Saving results", "[2023-12-04 00:25:52] INFO Found 19 classifications", "[2023-12-04 00:25:47] INFO Found 21 detections", "[2023-12-04 00:25:02] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:24:29] INFO Created 28 objects", "[2023-12-04 00:23:20] INFO Saving results", "[2023-12-04 00:22:31] INFO Found 13 classifications", "[2023-12-04 00:22:13] INFO Found 15 detections", "[2023-12-04 00:22:12] INFO Found 15 detections", "[2023-12-04 00:21:34] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:21:33] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:21:21] INFO Created 25 objects", "[2023-12-04 00:20:24] INFO Saving results", "[2023-12-04 00:20:05] INFO Found 12 classifications", "[2023-12-04 00:20:04] INFO Found 12 classifications", "[2023-12-04 00:19:38] INFO Found 13 detections", "[2023-12-04 00:18:57] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:18:47] INFO Created 61 objects", "[2023-12-04 00:18:23] INFO Saving results", "[2023-12-04 00:18:22] INFO Saving results", "[2023-12-04 00:17:39] INFO Found 29 classifications", "[2023-12-04 00:16:59] INFO Found 32 detections", "[2023-12-04 00:16:35] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:16:33] INFO Created 19 objects", "[2023-12-04 00:16:31] INFO Saving results", "[2023-12-04 00:16:29] INFO Found 7 classifications", "[2023-12-04 00:16:28] INFO Found 12 detections", "[2023-12-04 00:16:15] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:16:12] INFO Created 19 objects", "[2023-12-04 00:16:08] INFO Saving results", "[2023-12-04 00:16:06] INFO Found 8 classifications", "[2023-12-04 00:16:04] INFO Found 11 detections", "[2023-12-04 00:15:51] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:15:50] INFO Created 22 objects", "[2023-12-04 00:15:46] INFO Saving results", "[2023-12-04 00:15:45] INFO Saving results", "[2023-12-04 00:15:44] INFO Found 11 classifications", "[2023-12-04 00:15:43] INFO Found 11 classifications", "[2023-12-04 00:15:42] INFO Found 11 detections", "[2023-12-04 00:15:31] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:15:30] INFO Created 12 objects", "[2023-12-04 00:15:27] INFO Saving results", "[2023-12-04 00:15:25] INFO Found 6 classifications", "[2023-12-04 00:15:24] INFO Found 6 detections", "[2023-12-04 00:15:15] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:15:13] INFO Created 4 objects", "[2023-12-04 00:15:12] INFO Saving results", "[2023-12-04 00:15:10] INFO Found 1 classifications", "[2023-12-04 00:15:08] INFO Found 3 detections", "[2023-12-04 00:15:03] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:15:02] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:15:01] INFO Saving results", "[2023-12-04 00:14:57] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:14:56] INFO Created 27 objects", "[2023-12-04 00:14:54] INFO Saving results", "[2023-12-04 00:14:52] INFO Found 13 classifications", "[2023-12-04 00:14:51] INFO Found 14 detections", "[2023-12-04 00:14:36] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:14:35] INFO Created 6 objects", "[2023-12-04 00:14:33] INFO Saving results", "[2023-12-04 00:14:32] INFO Found 3 classifications", "[2023-12-04 00:14:31] INFO Found 3 detections", "[2023-12-04 00:14:25] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:14:24] INFO Created 49 objects", "[2023-12-04 00:14:21] INFO Saving results", "[2023-12-04 00:14:19] INFO Found 24 classifications", "[2023-12-04 00:14:18] INFO Found 25 detections", "[2023-12-04 00:13:58] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:13:56] INFO Created 2 objects", "[2023-12-04 00:13:55] INFO Saving results", "[2023-12-04 00:13:54] INFO Found 1 classifications", "[2023-12-04 00:13:53] INFO Found 1 detections", "[2023-12-04 00:13:48] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:13:47] INFO Created 2 objects", "[2023-12-04 00:13:46] INFO Saving results", "[2023-12-04 00:13:45] INFO Found 1 classifications", "[2023-12-04 00:13:44] INFO Found 1 detections", "[2023-12-04 00:13:39] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:13:38] INFO Created 2 objects", "[2023-12-04 00:13:37] INFO Saving results", "[2023-12-04 00:13:36] INFO Found 1 classifications", "[2023-12-04 00:13:35] INFO Found 1 detections", "[2023-12-04 00:13:30] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:13:29] INFO Created 6 objects", "[2023-12-04 00:13:28] INFO Saving results", "[2023-12-04 00:13:27] INFO Found 3 classifications", "[2023-12-04 00:13:26] INFO Found 3 detections", "[2023-12-04 00:13:20] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:13:19] INFO Created 12 objects", "[2023-12-04 00:13:18] INFO Saving results", "[2023-12-04 00:13:17] INFO Found 5 classifications", "[2023-12-04 00:13:16] INFO Found 7 detections", "[2023-12-04 00:13:08] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:13:07] INFO Created 15 objects", "[2023-12-04 00:13:06] INFO Saving results", "[2023-12-04 00:13:05] INFO Saving results", "[2023-12-04 00:13:05] INFO Found 6 classifications", "[2023-12-04 00:13:04] INFO Found 9 detections", "[2023-12-04 00:12:55] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:12:54] INFO Created 3 objects", "[2023-12-04 00:12:54] INFO Saving results", "[2023-12-04 00:12:53] INFO Found 1 classifications", "[2023-12-04 00:12:52] INFO Found 2 detections", "[2023-12-04 00:12:48] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:12:47] INFO Created 36 objects", "[2023-12-04 00:12:45] INFO Saving results", "[2023-12-04 00:12:44] INFO Found 16 classifications", "[2023-12-04 00:12:43] INFO Found 20 detections", "[2023-12-04 00:12:25] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:12:25] INFO Created 7 objects", "[2023-12-04 00:12:24] INFO Saving results", "[2023-12-04 00:12:23] INFO Found 3 classifications", "[2023-12-04 00:12:22] INFO Found 4 detections", "[2023-12-04 00:12:17] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:12:16] INFO Created 1 objects", "[2023-12-04 00:12:16] INFO Saving results", "[2023-12-04 00:12:15] INFO Found 1 detections", "[2023-12-04 00:12:11] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:12:10] INFO Created 33 objects", "[2023-12-04 00:12:09] INFO Saving results", "[2023-12-04 00:12:08] INFO Found 14 classifications", "[2023-12-04 00:12:08] INFO Found 19 detections", "[2023-12-04 00:11:54] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:11:53] INFO Created 7 objects", "[2023-12-04 00:11:53] INFO Saving results", "[2023-12-04 00:11:52] INFO Found 3 classifications", "[2023-12-04 00:11:51] INFO Found 4 detections", "[2023-12-04 00:11:46] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:11:46] INFO Created 6 objects", "[2023-12-04 00:11:45] INFO Saving results", "[2023-12-04 00:11:45] INFO Found 3 classifications", "[2023-12-04 00:11:44] INFO Found 3 detections", "[2023-12-04 00:11:40] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:11:40] INFO Created 41 objects", "[2023-12-04 00:11:39] INFO Created 41 objects", "[2023-12-04 00:11:38] INFO Saving results", "[2023-12-04 00:11:37] INFO Found 19 classifications", "[2023-12-04 00:11:37] INFO Found 22 detections", "[2023-12-04 00:11:19] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:11:18] INFO Created 7 objects", "[2023-12-04 00:11:18] INFO Saving results", "[2023-12-04 00:11:17] INFO Found 3 classifications", "[2023-12-04 00:11:17] INFO Found 4 detections", "[2023-12-04 00:11:12] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:11:11] INFO Created 5 objects", "[2023-12-04 00:11:11] INFO Saving results", "[2023-12-04 00:11:11] INFO Found 1 classifications", "[2023-12-04 00:11:10] INFO Found 4 detections", "[2023-12-04 00:11:05] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:11:05] INFO Created 42 objects", "[2023-12-04 00:11:03] INFO Saving results", "[2023-12-04 00:11:03] INFO Found 20 classifications", "[2023-12-04 00:11:03] INFO Found 22 detections", "[2023-12-04 00:10:46] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:10:46] INFO Created 19 objects", "[2023-12-04 00:10:45] INFO Saving results", "[2023-12-04 00:10:45] INFO Found 9 classifications", "[2023-12-04 00:10:45] INFO Found 10 detections", "[2023-12-04 00:10:44] INFO Found 10 detections", "[2023-12-04 00:10:35] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:10:35] INFO Created 33 objects", "[2023-12-04 00:10:34] INFO Created 33 objects", "[2023-12-04 00:10:33] INFO Saving results", "[2023-12-04 00:10:33] INFO Found 14 classifications", "[2023-12-04 00:10:33] INFO Found 18 detections", "[2023-12-04 00:10:18] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:10:18] INFO Created 2 objects", "[2023-12-04 00:10:18] INFO Saving results", "[2023-12-04 00:10:18] INFO Found 1 classifications", "[2023-12-04 00:10:18] INFO Found 1 detections", "[2023-12-04 00:10:14] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:10:14] INFO Created 23 objects", "[2023-12-04 00:10:13] INFO Saving results", "[2023-12-04 00:10:13] INFO Found 10 classifications", "[2023-12-04 00:10:13] INFO Found 13 detections", "[2023-12-04 00:10:03] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:10:03] INFO Created 36 objects", "[2023-12-04 00:10:02] INFO Saving results", "[2023-12-04 00:10:02] INFO Found 16 classifications", "[2023-12-04 00:10:02] INFO Found 20 detections", "[2023-12-04 00:09:48] INFO Sending 2 images to ML backend uk_denmark_moths_2023", "[2023-12-04 00:09:48] WARNING Limiting number of images to 100 (out of 222)", "[2023-12-04 00:09:48] INFO Shuffling images", "[2023-12-04 00:09:48] INFO Found 222 images to process", "[2023-12-04 00:09:48] INFO Changing status of job 226 to STARTED", "[2023-12-04 00:09:48] INFO Running job #226 \"End of nights\" (PENDING)", "[2023-12-04 00:09:48] INFO Changing status of job 226 to PENDING" ], "stderr": [ "Job #226 \"End of nights\" 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": [] }