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/224/?format=api
{ "id": 224, "details": "https://api.beluga.insectai.org/api/v2/jobs/224/?format=api", "name": "Last images, Quebec model", "delay": 0, "limit": 100, "shuffle": true, "project": { "id": 24, "name": "Atlantic Forestry Centre", "details": "https://api.beluga.insectai.org/api/v2/projects/24/?format=api", "user_permissions": [] }, "deployment": null, "source_image_collection": { "id": 20, "name": "Forestry Centre, End of every night", "details": "https://api.beluga.insectai.org/api/v2/captures/collections/20/?format=api", "method": "last_and_random_from_each_event", "user_permissions": [] }, "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": "SUCCESS", "created_at": "2023-12-04T00:07:19.072237", "updated_at": "2024-11-13T17:15:35.392603", "started_at": "2023-12-04T00:39:30.060060", "finished_at": "2023-12-04T01:08:54.811137", "duration": "1764.751077", "progress": { "summary": { "status": "SUCCESS", "progress": 1.0 }, "stages": [ { "status": "SUCCESS", "progress": 1.0, "key": "collect", "name": "Collect", "params": [ { "name": "Total Images", "key": "total_images", "category": "default", "value": 100 } ] }, { "status": "SUCCESS", "progress": 1.0, "key": "process", "name": "Process", "params": [ { "name": "Proccessed", "key": "proccessed", "category": "default", "value": 100 }, { "name": "Remaining", "key": "remaining", "category": "default", "value": 0 }, { "name": "Detections", "key": "detections", "category": "default", "value": 1513 }, { "name": "Classifications", "key": "classifications", "category": "default", "value": 1324 } ] }, { "status": "SUCCESS", "progress": 1.0, "key": "results", "name": "Results", "params": [ { "name": "Objects created", "key": "objects_created", "category": "default", "value": 58 } ] } ], "errors": [ "Job #224 \"Last images, Quebec model\" failed: HTTPConnectionPool(host='gpu-4.local', port=2000): Max retries exceeded with url: /pipeline/process/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9ed2d8ef10>: Failed to establish a new connection: [Errno 111] Connection refused'))", "Job #224 \"Last images, Quebec model\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process" ], "logs": [ "[2023-12-04 01:08:59] INFO Finished job #224 \"Last images, Quebec model\" (SUCCESS)", "[2023-12-04 01:08:55] INFO Finished job #224 \"Last images, Quebec model\" (SUCCESS)", "[2023-12-04 01:08:54] INFO Changing status of job 224 to SUCCESS", "[2023-12-04 01:08:50] INFO Changing status of job 224 to SUCCESS", "[2023-12-04 01:08:46] INFO Created 58 objects", "[2023-12-04 01:08:40] INFO Saving results", "[2023-12-04 01:08:36] INFO Found 28 classifications", "[2023-12-04 01:08:31] INFO Found 30 detections", "[2023-12-04 01:08:06] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:08:01] INFO Created 66 objects", "[2023-12-04 01:07:54] INFO Saving results", "[2023-12-04 01:07:50] INFO Found 27 classifications", "[2023-12-04 01:07:46] INFO Found 39 detections", "[2023-12-04 01:07:13] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:07:09] INFO Created 43 objects", "[2023-12-04 01:07:02] INFO Saving results", "[2023-12-04 01:06:58] INFO Found 20 classifications", "[2023-12-04 01:06:54] INFO Found 23 detections", "[2023-12-04 01:06:33] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:06:28] INFO Created 51 objects", "[2023-12-04 01:06:23] INFO Saving results", "[2023-12-04 01:06:19] INFO Found 24 classifications", "[2023-12-04 01:06:14] INFO Found 27 detections", "[2023-12-04 01:05:50] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:05:45] INFO Created 77 objects", "[2023-12-04 01:05:39] INFO Saving results", "[2023-12-04 01:05:34] INFO Found 37 classifications", "[2023-12-04 01:05:31] INFO Found 40 detections", "[2023-12-04 01:04:59] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:04:54] INFO Created 61 objects", "[2023-12-04 01:04:49] INFO Saving results", "[2023-12-04 01:04:45] INFO Found 29 classifications", "[2023-12-04 01:04:41] INFO Found 32 detections", "[2023-12-04 01:04:16] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:04:12] INFO Created 11 objects", "[2023-12-04 01:04:08] INFO Saving results", "[2023-12-04 01:04:03] INFO Found 10 classifications", "[2023-12-04 01:03:59] INFO Found 11 detections", "[2023-12-04 01:03:46] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:03:42] INFO Created 65 objects", "[2023-12-04 01:03:37] INFO Saving results", "[2023-12-04 01:03:33] INFO Found 28 classifications", "[2023-12-04 01:03:30] INFO Found 37 detections", "[2023-12-04 01:02:59] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:02:54] INFO Created 22 objects", "[2023-12-04 01:02:50] INFO Saving results", "[2023-12-04 01:02:46] INFO Found 9 classifications", "[2023-12-04 01:02:42] INFO Found 13 detections", "[2023-12-04 01:02:28] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:02:24] INFO Created 73 objects", "[2023-12-04 01:02:19] INFO Saving results", "[2023-12-04 01:02:16] INFO Found 35 classifications", "[2023-12-04 01:02:13] INFO Found 38 detections", "[2023-12-04 01:02:12] INFO Found 38 detections", "[2023-12-04 01:01:43] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:01:39] INFO Created 67 objects", "[2023-12-04 01:01:32] INFO Saving results", "[2023-12-04 01:01:28] INFO Found 31 classifications", "[2023-12-04 01:01:25] INFO Found 36 detections", "[2023-12-04 01:00:56] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:00:52] INFO Created 1 objects", "[2023-12-04 01:00:49] INFO Saving results", "[2023-12-04 01:00:45] INFO Found 1 detections", "[2023-12-04 01:00:38] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:00:34] INFO Created 67 objects", "[2023-12-04 01:00:29] INFO Saving results", "[2023-12-04 01:00:26] INFO Found 30 classifications", "[2023-12-04 01:00:23] INFO Found 37 detections", "[2023-12-04 00:59:51] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:59:48] INFO Created 32 objects", "[2023-12-04 00:59:44] INFO Saving results", "[2023-12-04 00:59:41] INFO Found 14 classifications", "[2023-12-04 00:59:37] INFO Found 18 detections", "[2023-12-04 00:59:21] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:59:18] INFO Created 10 objects", "[2023-12-04 00:59:14] INFO Saving results", "[2023-12-04 00:59:11] INFO Found 4 classifications", "[2023-12-04 00:59:08] INFO Found 6 detections", "[2023-12-04 00:58:58] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:58:55] INFO Created 187 objects", "[2023-12-04 00:58:46] INFO Saving results", "[2023-12-04 00:58:43] INFO Found 91 classifications", "[2023-12-04 00:58:40] INFO Found 96 detections", "[2023-12-04 00:57:37] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:57:34] INFO Created 24 objects", "[2023-12-04 00:57:31] INFO Saving results", "[2023-12-04 00:57:29] INFO Found 10 classifications", "[2023-12-04 00:57:26] INFO Found 14 detections", "[2023-12-04 00:57:10] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:57:07] INFO Created 50 objects", "[2023-12-04 00:57:03] INFO Saving results", "[2023-12-04 00:57:01] INFO Found 24 classifications", "[2023-12-04 00:56:58] INFO Found 26 detections", "[2023-12-04 00:56:37] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:56:34] INFO Created 54 objects", "[2023-12-04 00:56:30] INFO Saving results", "[2023-12-04 00:56:28] INFO Found 25 classifications", "[2023-12-04 00:56:25] INFO Found 29 detections", "[2023-12-04 00:56:02] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:56:00] INFO Created 18 objects", "[2023-12-04 00:55:56] INFO Saving results", "[2023-12-04 00:55:54] INFO Found 6 classifications", "[2023-12-04 00:55:51] INFO Found 12 detections", "[2023-12-04 00:55:39] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:55:36] INFO Created 34 objects", "[2023-12-04 00:55:33] INFO Saving results", "[2023-12-04 00:55:31] INFO Found 14 classifications", "[2023-12-04 00:55:28] INFO Found 20 detections", "[2023-12-04 00:55:10] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:55:07] INFO Created 97 objects", "[2023-12-04 00:55:02] INFO Saving results", "[2023-12-04 00:54:59] INFO Found 46 classifications", "[2023-12-04 00:54:56] INFO Found 51 detections", "[2023-12-04 00:54:20] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:54:17] INFO Created 177 objects", "[2023-12-04 00:54:10] INFO Saving results", "[2023-12-04 00:54:08] INFO Found 83 classifications", "[2023-12-04 00:54:07] INFO Found 83 classifications", "[2023-12-04 00:54:05] INFO Found 94 detections", "[2023-12-04 00:53:00] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:52:58] INFO Created 6 objects", "[2023-12-04 00:52:56] INFO Saving results", "[2023-12-04 00:52:54] INFO Found 3 classifications", "[2023-12-04 00:52:52] INFO Found 3 detections", "[2023-12-04 00:52:45] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:52:42] INFO Created 238 objects", "[2023-12-04 00:52:33] INFO Saving results", "[2023-12-04 00:52:31] INFO Found 118 classifications", "[2023-12-04 00:52:29] INFO Found 120 detections", "[2023-12-04 00:51:08] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:51:07] INFO Created 30 objects", "[2023-12-04 00:51:06] INFO Created 30 objects", "[2023-12-04 00:51:04] INFO Saving results", "[2023-12-04 00:51:02] INFO Found 14 classifications", "[2023-12-04 00:51:00] INFO Found 16 detections", "[2023-12-04 00:50:45] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:50:43] INFO Created 32 objects", "[2023-12-04 00:50:40] INFO Saving results", "[2023-12-04 00:50:39] INFO Found 16 classifications", "[2023-12-04 00:50:37] INFO Found 16 detections", "[2023-12-04 00:50:23] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:50:21] INFO Created 52 objects", "[2023-12-04 00:50:17] INFO Saving results", "[2023-12-04 00:50:15] INFO Found 24 classifications", "[2023-12-04 00:50:14] INFO Found 28 detections", "[2023-12-04 00:49:52] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:49:50] INFO Created 2 objects", "[2023-12-04 00:49:48] INFO Saving results", "[2023-12-04 00:49:46] INFO Found 1 classifications", "[2023-12-04 00:49:44] INFO Found 1 detections", "[2023-12-04 00:49:39] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:49:37] INFO Created 20 objects", "[2023-12-04 00:49:34] INFO Saving results", "[2023-12-04 00:49:32] INFO Found 9 classifications", "[2023-12-04 00:49:30] INFO Found 11 detections", "[2023-12-04 00:49:17] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:49:16] INFO Created 24 objects", "[2023-12-04 00:49:13] INFO Saving results", "[2023-12-04 00:49:12] INFO Found 12 classifications", "[2023-12-04 00:49:10] INFO Found 12 detections", "[2023-12-04 00:48:50] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:48:48] INFO Created 16 objects", "[2023-12-04 00:48:46] INFO Saving results", "[2023-12-04 00:48:45] INFO Found 10 classifications", "[2023-12-04 00:48:43] INFO Found 16 detections", "[2023-12-04 00:48:25] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:48:23] INFO Created 38 objects", "[2023-12-04 00:48:20] INFO Saving results", "[2023-12-04 00:48:19] INFO Found 17 classifications", "[2023-12-04 00:48:17] INFO Found 21 detections", "[2023-12-04 00:47:43] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:47:42] INFO Created 121 objects", "[2023-12-04 00:47:36] INFO Saving results", "[2023-12-04 00:47:35] INFO Found 53 classifications", "[2023-12-04 00:47:33] INFO Found 68 detections", "[2023-12-04 00:46:46] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:46:45] INFO Created 38 objects", "[2023-12-04 00:46:43] INFO Saving results", "[2023-12-04 00:46:41] INFO Found 17 classifications", "[2023-12-04 00:46:40] INFO Found 20 detections", "[2023-12-04 00:46:24] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:46:23] INFO Created 28 objects", "[2023-12-04 00:46:21] INFO Saving results", "[2023-12-04 00:46:20] INFO Found 14 classifications", "[2023-12-04 00:46:19] INFO Found 14 detections", "[2023-12-04 00:46:07] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:46:05] INFO Saving results", "[2023-12-04 00:46:01] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:46:00] INFO Created 10 objects", "[2023-12-04 00:45:59] INFO Saving results", "[2023-12-04 00:45:58] INFO Found 5 classifications", "[2023-12-04 00:45:57] INFO Found 5 detections", "[2023-12-04 00:45:50] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:45:50] INFO Created 50 objects", "[2023-12-04 00:45:47] INFO Saving results", "[2023-12-04 00:45:46] INFO Found 23 classifications", "[2023-12-04 00:45:45] INFO Found 27 detections", "[2023-12-04 00:45:23] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:45:22] INFO Created 26 objects", "[2023-12-04 00:45:20] INFO Saving results", "[2023-12-04 00:45:19] INFO Found 13 classifications", "[2023-12-04 00:45:18] INFO Found 13 detections", "[2023-12-04 00:45:06] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:45:05] INFO Created 17 objects", "[2023-12-04 00:45:04] INFO Saving results", "[2023-12-04 00:45:03] INFO Found 8 classifications", "[2023-12-04 00:45:02] INFO Found 9 detections", "[2023-12-04 00:44:54] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:44:52] INFO Created 81 objects", "[2023-12-04 00:44:49] INFO Saving results", "[2023-12-04 00:44:48] INFO Found 38 classifications", "[2023-12-04 00:44:48] INFO Found 43 detections", "[2023-12-04 00:44:16] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:44:15] INFO Created 25 objects", "[2023-12-04 00:44:14] INFO Saving results", "[2023-12-04 00:44:13] INFO Found 12 classifications", "[2023-12-04 00:44:13] INFO Found 13 detections", "[2023-12-04 00:44:02] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:44:01] INFO Created 267 objects", "[2023-12-04 00:43:53] INFO Saving results", "[2023-12-04 00:43:52] INFO Found 130 classifications", "[2023-12-04 00:43:51] INFO Found 137 detections", "[2023-12-04 00:42:23] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:42:22] INFO Created 60 objects", "[2023-12-04 00:42:21] INFO Created 60 objects", "[2023-12-04 00:42:19] INFO Saving results", "[2023-12-04 00:42:18] INFO Found 29 classifications", "[2023-12-04 00:42:17] INFO Found 31 detections", "[2023-12-04 00:41:54] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:41:53] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:41:53] INFO Created 4 objects", "[2023-12-04 00:41:52] INFO Saving results", "[2023-12-04 00:41:52] INFO Found 1 classifications", "[2023-12-04 00:41:51] INFO Found 3 detections", "[2023-12-04 00:41:46] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:41:45] INFO Created 43 objects", "[2023-12-04 00:41:44] INFO Saving results", "[2023-12-04 00:41:44] INFO Found 19 classifications", "[2023-12-04 00:41:43] INFO Found 24 detections", "[2023-12-04 00:41:26] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:41:25] INFO Created 78 objects", "[2023-12-04 00:41:23] INFO Saving results", "[2023-12-04 00:41:22] INFO Saving results", "[2023-12-04 00:41:22] INFO Found 37 classifications", "[2023-12-04 00:41:21] INFO Found 46 detections", "[2023-12-04 00:40:48] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:40:48] INFO Created 108 objects", "[2023-12-04 00:40:45] INFO Saving results", "[2023-12-04 00:40:44] INFO Found 50 classifications", "[2023-12-04 00:40:44] INFO Found 57 detections", "[2023-12-04 00:40:00] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:40:00] INFO Created 55 objects", "[2023-12-04 00:39:58] INFO Saving results", "[2023-12-04 00:39:58] INFO Found 26 classifications", "[2023-12-04 00:39:57] INFO Found 29 detections", "[2023-12-04 00:39:30] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:39:30] INFO Shuffling images", "[2023-12-04 00:39:30] INFO Found 100 images to process", "[2023-12-04 00:39:30] INFO Changing status of job 224 to STARTED", "[2023-12-04 00:39:29] INFO Running job #224 \"Last images, Quebec model\" (PENDING)", "[2023-12-04 00:39:29] INFO Changing status of job 224 to PENDING", "[2023-12-04 00:37:20] ERROR Job #224 \"Last images, Quebec model\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process", "[2023-12-04 00:37:19] INFO Changing status of job 224 to FAILURE", "[2023-12-04 00:37:19] ERROR Job #224 \"Last images, Quebec model\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process", "[2023-12-04 00:37:15] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:37:14] INFO Shuffling images", "[2023-12-04 00:37:14] INFO Found 100 images to process", "[2023-12-04 00:37:14] INFO Changing status of job 224 to STARTED", "[2023-12-04 00:37:14] INFO Running job #224 \"Last images, Quebec model\" (PENDING)", "[2023-12-04 00:36:27] INFO Changing status of job 224 to FAILURE", "[2023-12-04 00:36:27] ERROR Job #224 \"Last images, Quebec model\" failed: HTTPConnectionPool(host='gpu-4.local', port=2000): Max retries exceeded with url: /pipeline/process/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9ed2d8ef10>: Failed to establish a new connection: [Errno 111] Connection refused'))", "[2023-12-04 00:36:27] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:36:27] INFO Shuffling images", "[2023-12-04 00:36:27] INFO Found 100 images to process", "[2023-12-04 00:36:27] INFO Changing status of job 224 to STARTED", "[2023-12-04 00:36:26] INFO Running job #224 \"Last images, Quebec model\" (PENDING)", "[2023-12-04 00:36:26] INFO Changing status of job 224 to PENDING", "[2023-12-04 00:30:09] INFO Changing status of job 224 to FAILURE", "[2023-12-04 00:30:09] ERROR Job #224 \"Last images, Quebec model\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process", "[2023-12-04 00:30:07] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:30:07] INFO Created 35 objects", "[2023-12-04 00:30:04] INFO Saving results", "[2023-12-04 00:30:04] INFO Found 15 classifications", "[2023-12-04 00:30:03] INFO Found 20 detections", "[2023-12-04 00:29:46] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:29:46] INFO Shuffling images", "[2023-12-04 00:29:46] INFO Found 100 images to process", "[2023-12-04 00:29:46] INFO Changing status of job 224 to STARTED", "[2023-12-04 00:29:46] INFO Running job #224 \"Last images, Quebec model\" (PENDING)", "[2023-12-04 00:29:46] INFO Changing status of job 224 to PENDING", "[2023-12-04 00:07:23] INFO Changing status of job 224 to FAILURE", "[2023-12-04 00:07:23] ERROR Job #224 \"Last images, Quebec model\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process", "[2023-12-04 00:07:22] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:07:22] INFO Shuffling images", "[2023-12-04 00:07:22] INFO Found 100 images to process", "[2023-12-04 00:07:22] INFO Changing status of job 224 to STARTED", "[2023-12-04 00:07:22] INFO Running job #224 \"Last images, Quebec model\" (PENDING)" ] }, "logs": { "stdout": [ "[2023-12-04 01:08:59] INFO Finished job #224 \"Last images, Quebec model\" (SUCCESS)", "[2023-12-04 01:08:55] INFO Finished job #224 \"Last images, Quebec model\" (SUCCESS)", "[2023-12-04 01:08:54] INFO Changing status of job 224 to SUCCESS", "[2023-12-04 01:08:50] INFO Changing status of job 224 to SUCCESS", "[2023-12-04 01:08:46] INFO Created 58 objects", "[2023-12-04 01:08:40] INFO Saving results", "[2023-12-04 01:08:36] INFO Found 28 classifications", "[2023-12-04 01:08:31] INFO Found 30 detections", "[2023-12-04 01:08:06] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:08:01] INFO Created 66 objects", "[2023-12-04 01:07:54] INFO Saving results", "[2023-12-04 01:07:50] INFO Found 27 classifications", "[2023-12-04 01:07:46] INFO Found 39 detections", "[2023-12-04 01:07:13] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:07:09] INFO Created 43 objects", "[2023-12-04 01:07:02] INFO Saving results", "[2023-12-04 01:06:58] INFO Found 20 classifications", "[2023-12-04 01:06:54] INFO Found 23 detections", "[2023-12-04 01:06:33] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:06:28] INFO Created 51 objects", "[2023-12-04 01:06:23] INFO Saving results", "[2023-12-04 01:06:19] INFO Found 24 classifications", "[2023-12-04 01:06:14] INFO Found 27 detections", "[2023-12-04 01:05:50] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:05:45] INFO Created 77 objects", "[2023-12-04 01:05:39] INFO Saving results", "[2023-12-04 01:05:34] INFO Found 37 classifications", "[2023-12-04 01:05:31] INFO Found 40 detections", "[2023-12-04 01:04:59] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:04:54] INFO Created 61 objects", "[2023-12-04 01:04:49] INFO Saving results", "[2023-12-04 01:04:45] INFO Found 29 classifications", "[2023-12-04 01:04:41] INFO Found 32 detections", "[2023-12-04 01:04:16] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:04:12] INFO Created 11 objects", "[2023-12-04 01:04:08] INFO Saving results", "[2023-12-04 01:04:03] INFO Found 10 classifications", "[2023-12-04 01:03:59] INFO Found 11 detections", "[2023-12-04 01:03:46] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:03:42] INFO Created 65 objects", "[2023-12-04 01:03:37] INFO Saving results", "[2023-12-04 01:03:33] INFO Found 28 classifications", "[2023-12-04 01:03:30] INFO Found 37 detections", "[2023-12-04 01:02:59] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:02:54] INFO Created 22 objects", "[2023-12-04 01:02:50] INFO Saving results", "[2023-12-04 01:02:46] INFO Found 9 classifications", "[2023-12-04 01:02:42] INFO Found 13 detections", "[2023-12-04 01:02:28] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:02:24] INFO Created 73 objects", "[2023-12-04 01:02:19] INFO Saving results", "[2023-12-04 01:02:16] INFO Found 35 classifications", "[2023-12-04 01:02:13] INFO Found 38 detections", "[2023-12-04 01:02:12] INFO Found 38 detections", "[2023-12-04 01:01:43] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:01:39] INFO Created 67 objects", "[2023-12-04 01:01:32] INFO Saving results", "[2023-12-04 01:01:28] INFO Found 31 classifications", "[2023-12-04 01:01:25] INFO Found 36 detections", "[2023-12-04 01:00:56] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:00:52] INFO Created 1 objects", "[2023-12-04 01:00:49] INFO Saving results", "[2023-12-04 01:00:45] INFO Found 1 detections", "[2023-12-04 01:00:38] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 01:00:34] INFO Created 67 objects", "[2023-12-04 01:00:29] INFO Saving results", "[2023-12-04 01:00:26] INFO Found 30 classifications", "[2023-12-04 01:00:23] INFO Found 37 detections", "[2023-12-04 00:59:51] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:59:48] INFO Created 32 objects", "[2023-12-04 00:59:44] INFO Saving results", "[2023-12-04 00:59:41] INFO Found 14 classifications", "[2023-12-04 00:59:37] INFO Found 18 detections", "[2023-12-04 00:59:21] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:59:18] INFO Created 10 objects", "[2023-12-04 00:59:14] INFO Saving results", "[2023-12-04 00:59:11] INFO Found 4 classifications", "[2023-12-04 00:59:08] INFO Found 6 detections", "[2023-12-04 00:58:58] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:58:55] INFO Created 187 objects", "[2023-12-04 00:58:46] INFO Saving results", "[2023-12-04 00:58:43] INFO Found 91 classifications", "[2023-12-04 00:58:40] INFO Found 96 detections", "[2023-12-04 00:57:37] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:57:34] INFO Created 24 objects", "[2023-12-04 00:57:31] INFO Saving results", "[2023-12-04 00:57:29] INFO Found 10 classifications", "[2023-12-04 00:57:26] INFO Found 14 detections", "[2023-12-04 00:57:10] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:57:07] INFO Created 50 objects", "[2023-12-04 00:57:03] INFO Saving results", "[2023-12-04 00:57:01] INFO Found 24 classifications", "[2023-12-04 00:56:58] INFO Found 26 detections", "[2023-12-04 00:56:37] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:56:34] INFO Created 54 objects", "[2023-12-04 00:56:30] INFO Saving results", "[2023-12-04 00:56:28] INFO Found 25 classifications", "[2023-12-04 00:56:25] INFO Found 29 detections", "[2023-12-04 00:56:02] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:56:00] INFO Created 18 objects", "[2023-12-04 00:55:56] INFO Saving results", "[2023-12-04 00:55:54] INFO Found 6 classifications", "[2023-12-04 00:55:51] INFO Found 12 detections", "[2023-12-04 00:55:39] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:55:36] INFO Created 34 objects", "[2023-12-04 00:55:33] INFO Saving results", "[2023-12-04 00:55:31] INFO Found 14 classifications", "[2023-12-04 00:55:28] INFO Found 20 detections", "[2023-12-04 00:55:10] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:55:07] INFO Created 97 objects", "[2023-12-04 00:55:02] INFO Saving results", "[2023-12-04 00:54:59] INFO Found 46 classifications", "[2023-12-04 00:54:56] INFO Found 51 detections", "[2023-12-04 00:54:20] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:54:17] INFO Created 177 objects", "[2023-12-04 00:54:10] INFO Saving results", "[2023-12-04 00:54:08] INFO Found 83 classifications", "[2023-12-04 00:54:07] INFO Found 83 classifications", "[2023-12-04 00:54:05] INFO Found 94 detections", "[2023-12-04 00:53:00] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:52:58] INFO Created 6 objects", "[2023-12-04 00:52:56] INFO Saving results", "[2023-12-04 00:52:54] INFO Found 3 classifications", "[2023-12-04 00:52:52] INFO Found 3 detections", "[2023-12-04 00:52:45] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:52:42] INFO Created 238 objects", "[2023-12-04 00:52:33] INFO Saving results", "[2023-12-04 00:52:31] INFO Found 118 classifications", "[2023-12-04 00:52:29] INFO Found 120 detections", "[2023-12-04 00:51:08] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:51:07] INFO Created 30 objects", "[2023-12-04 00:51:06] INFO Created 30 objects", "[2023-12-04 00:51:04] INFO Saving results", "[2023-12-04 00:51:02] INFO Found 14 classifications", "[2023-12-04 00:51:00] INFO Found 16 detections", "[2023-12-04 00:50:45] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:50:43] INFO Created 32 objects", "[2023-12-04 00:50:40] INFO Saving results", "[2023-12-04 00:50:39] INFO Found 16 classifications", "[2023-12-04 00:50:37] INFO Found 16 detections", "[2023-12-04 00:50:23] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:50:21] INFO Created 52 objects", "[2023-12-04 00:50:17] INFO Saving results", "[2023-12-04 00:50:15] INFO Found 24 classifications", "[2023-12-04 00:50:14] INFO Found 28 detections", "[2023-12-04 00:49:52] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:49:50] INFO Created 2 objects", "[2023-12-04 00:49:48] INFO Saving results", "[2023-12-04 00:49:46] INFO Found 1 classifications", "[2023-12-04 00:49:44] INFO Found 1 detections", "[2023-12-04 00:49:39] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:49:37] INFO Created 20 objects", "[2023-12-04 00:49:34] INFO Saving results", "[2023-12-04 00:49:32] INFO Found 9 classifications", "[2023-12-04 00:49:30] INFO Found 11 detections", "[2023-12-04 00:49:17] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:49:16] INFO Created 24 objects", "[2023-12-04 00:49:13] INFO Saving results", "[2023-12-04 00:49:12] INFO Found 12 classifications", "[2023-12-04 00:49:10] INFO Found 12 detections", "[2023-12-04 00:48:50] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:48:48] INFO Created 16 objects", "[2023-12-04 00:48:46] INFO Saving results", "[2023-12-04 00:48:45] INFO Found 10 classifications", "[2023-12-04 00:48:43] INFO Found 16 detections", "[2023-12-04 00:48:25] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:48:23] INFO Created 38 objects", "[2023-12-04 00:48:20] INFO Saving results", "[2023-12-04 00:48:19] INFO Found 17 classifications", "[2023-12-04 00:48:17] INFO Found 21 detections", "[2023-12-04 00:47:43] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:47:42] INFO Created 121 objects", "[2023-12-04 00:47:36] INFO Saving results", "[2023-12-04 00:47:35] INFO Found 53 classifications", "[2023-12-04 00:47:33] INFO Found 68 detections", "[2023-12-04 00:46:46] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:46:45] INFO Created 38 objects", "[2023-12-04 00:46:43] INFO Saving results", "[2023-12-04 00:46:41] INFO Found 17 classifications", "[2023-12-04 00:46:40] INFO Found 20 detections", "[2023-12-04 00:46:24] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:46:23] INFO Created 28 objects", "[2023-12-04 00:46:21] INFO Saving results", "[2023-12-04 00:46:20] INFO Found 14 classifications", "[2023-12-04 00:46:19] INFO Found 14 detections", "[2023-12-04 00:46:07] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:46:05] INFO Saving results", "[2023-12-04 00:46:01] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:46:00] INFO Created 10 objects", "[2023-12-04 00:45:59] INFO Saving results", "[2023-12-04 00:45:58] INFO Found 5 classifications", "[2023-12-04 00:45:57] INFO Found 5 detections", "[2023-12-04 00:45:50] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:45:50] INFO Created 50 objects", "[2023-12-04 00:45:47] INFO Saving results", "[2023-12-04 00:45:46] INFO Found 23 classifications", "[2023-12-04 00:45:45] INFO Found 27 detections", "[2023-12-04 00:45:23] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:45:22] INFO Created 26 objects", "[2023-12-04 00:45:20] INFO Saving results", "[2023-12-04 00:45:19] INFO Found 13 classifications", "[2023-12-04 00:45:18] INFO Found 13 detections", "[2023-12-04 00:45:06] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:45:05] INFO Created 17 objects", "[2023-12-04 00:45:04] INFO Saving results", "[2023-12-04 00:45:03] INFO Found 8 classifications", "[2023-12-04 00:45:02] INFO Found 9 detections", "[2023-12-04 00:44:54] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:44:52] INFO Created 81 objects", "[2023-12-04 00:44:49] INFO Saving results", "[2023-12-04 00:44:48] INFO Found 38 classifications", "[2023-12-04 00:44:48] INFO Found 43 detections", "[2023-12-04 00:44:16] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:44:15] INFO Created 25 objects", "[2023-12-04 00:44:14] INFO Saving results", "[2023-12-04 00:44:13] INFO Found 12 classifications", "[2023-12-04 00:44:13] INFO Found 13 detections", "[2023-12-04 00:44:02] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:44:01] INFO Created 267 objects", "[2023-12-04 00:43:53] INFO Saving results", "[2023-12-04 00:43:52] INFO Found 130 classifications", "[2023-12-04 00:43:51] INFO Found 137 detections", "[2023-12-04 00:42:23] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:42:22] INFO Created 60 objects", "[2023-12-04 00:42:21] INFO Created 60 objects", "[2023-12-04 00:42:19] INFO Saving results", "[2023-12-04 00:42:18] INFO Found 29 classifications", "[2023-12-04 00:42:17] INFO Found 31 detections", "[2023-12-04 00:41:54] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:41:53] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:41:53] INFO Created 4 objects", "[2023-12-04 00:41:52] INFO Saving results", "[2023-12-04 00:41:52] INFO Found 1 classifications", "[2023-12-04 00:41:51] INFO Found 3 detections", "[2023-12-04 00:41:46] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:41:45] INFO Created 43 objects", "[2023-12-04 00:41:44] INFO Saving results", "[2023-12-04 00:41:44] INFO Found 19 classifications", "[2023-12-04 00:41:43] INFO Found 24 detections", "[2023-12-04 00:41:26] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:41:25] INFO Created 78 objects", "[2023-12-04 00:41:23] INFO Saving results", "[2023-12-04 00:41:22] INFO Saving results", "[2023-12-04 00:41:22] INFO Found 37 classifications", "[2023-12-04 00:41:21] INFO Found 46 detections", "[2023-12-04 00:40:48] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:40:48] INFO Created 108 objects", "[2023-12-04 00:40:45] INFO Saving results", "[2023-12-04 00:40:44] INFO Found 50 classifications", "[2023-12-04 00:40:44] INFO Found 57 detections", "[2023-12-04 00:40:00] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:40:00] INFO Created 55 objects", "[2023-12-04 00:39:58] INFO Saving results", "[2023-12-04 00:39:58] INFO Found 26 classifications", "[2023-12-04 00:39:57] INFO Found 29 detections", "[2023-12-04 00:39:30] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:39:30] INFO Shuffling images", "[2023-12-04 00:39:30] INFO Found 100 images to process", "[2023-12-04 00:39:30] INFO Changing status of job 224 to STARTED", "[2023-12-04 00:39:29] INFO Running job #224 \"Last images, Quebec model\" (PENDING)", "[2023-12-04 00:39:29] INFO Changing status of job 224 to PENDING", "[2023-12-04 00:37:20] ERROR Job #224 \"Last images, Quebec model\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process", "[2023-12-04 00:37:19] INFO Changing status of job 224 to FAILURE", "[2023-12-04 00:37:19] ERROR Job #224 \"Last images, Quebec model\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process", "[2023-12-04 00:37:15] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:37:14] INFO Shuffling images", "[2023-12-04 00:37:14] INFO Found 100 images to process", "[2023-12-04 00:37:14] INFO Changing status of job 224 to STARTED", "[2023-12-04 00:37:14] INFO Running job #224 \"Last images, Quebec model\" (PENDING)", "[2023-12-04 00:36:27] INFO Changing status of job 224 to FAILURE", "[2023-12-04 00:36:27] ERROR Job #224 \"Last images, Quebec model\" failed: HTTPConnectionPool(host='gpu-4.local', port=2000): Max retries exceeded with url: /pipeline/process/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9ed2d8ef10>: Failed to establish a new connection: [Errno 111] Connection refused'))", "[2023-12-04 00:36:27] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:36:27] INFO Shuffling images", "[2023-12-04 00:36:27] INFO Found 100 images to process", "[2023-12-04 00:36:27] INFO Changing status of job 224 to STARTED", "[2023-12-04 00:36:26] INFO Running job #224 \"Last images, Quebec model\" (PENDING)", "[2023-12-04 00:36:26] INFO Changing status of job 224 to PENDING", "[2023-12-04 00:30:09] INFO Changing status of job 224 to FAILURE", "[2023-12-04 00:30:09] ERROR Job #224 \"Last images, Quebec model\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process", "[2023-12-04 00:30:07] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:30:07] INFO Created 35 objects", "[2023-12-04 00:30:04] INFO Saving results", "[2023-12-04 00:30:04] INFO Found 15 classifications", "[2023-12-04 00:30:03] INFO Found 20 detections", "[2023-12-04 00:29:46] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:29:46] INFO Shuffling images", "[2023-12-04 00:29:46] INFO Found 100 images to process", "[2023-12-04 00:29:46] INFO Changing status of job 224 to STARTED", "[2023-12-04 00:29:46] INFO Running job #224 \"Last images, Quebec model\" (PENDING)", "[2023-12-04 00:29:46] INFO Changing status of job 224 to PENDING", "[2023-12-04 00:07:23] INFO Changing status of job 224 to FAILURE", "[2023-12-04 00:07:23] ERROR Job #224 \"Last images, Quebec model\" failed: 500 Server Error: Internal Server Error for url: http://gpu-4.local:2000/pipeline/process", "[2023-12-04 00:07:22] INFO Sending 2 images to ML backend quebec_vermont_moths_2023", "[2023-12-04 00:07:22] INFO Shuffling images", "[2023-12-04 00:07:22] INFO Found 100 images to process", "[2023-12-04 00:07:22] INFO Changing status of job 224 to STARTED", "[2023-12-04 00:07:22] INFO Running job #224 \"Last images, Quebec model\" (PENDING)" ], "stderr": [ "Job #224 \"Last images, Quebec model\" failed: HTTPConnectionPool(host='gpu-4.local', port=2000): Max retries exceeded with url: /pipeline/process/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9ed2d8ef10>: Failed to establish a new connection: [Errno 111] Connection refused'))", "Job #224 \"Last images, Quebec model\" 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": [] }